commit 3f16db6263fe5bab588bd1b7347f5d2ddc7d6059 from: Omar Polo date: Sun Jan 21 12:35:46 2024 UTC update imsg test: gmid now requires the new API too commit - 561b9f0067f9a7a13761b9c4dbc519271f578523 commit + 3f16db6263fe5bab588bd1b7347f5d2ddc7d6059 blob - 71fa2697d95bb8a131941bc54e6cb900e84c9691 blob + 560a6151251e4ab242587a40a3ca49d9536ef52f --- have/imsg.c +++ have/imsg.c @@ -24,7 +24,8 @@ int main(void) { struct imsgbuf buf; + struct imsg imsg; imsg_init(&buf, -1); - return 0; + return imsg_get_fd(&imsg); }