This commit is contained in:
2025-11-12 16:43:23 +07:00
parent 86713716a9
commit 752615f96c

View File

@@ -1,8 +1,3 @@
// C
// lab_5/server.c (modified)
// - collect callers' replyq names on requests
// - send a rep_msg_t {granted=0, remain=0} to each client on shutdown
#define _GNU_SOURCE
#include <errno.h>
#include <mqueue.h>