summaryrefslogtreecommitdiff
path: root/src/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc.h')
-rw-r--r--src/ipc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ipc.h b/src/ipc.h
deleted file mode 100644
index 3a49f52..0000000
--- a/src/ipc.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <mqueue.h>
-
-struct mq_attr attr = {
- .mq_flags = 0,
- .mq_maxmsg = 10,
- .mq_msgsize = 1024,
- .mq_curmsgs = 0,
-};