summaryrefslogtreecommitdiff
path: root/src/ipc.h
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-05-27 17:42:51 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-05-27 17:42:51 +0530
commit58b2c8b6e2041e63c46b579eccc141d21801e985 (patch)
tree8faa61241e702e3c368e9ddf3f41f3a96f80df5d /src/ipc.h
parent49cc88def2f9edea59e79ca37f41400ad870579e (diff)
main.c message reached JS
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,
-};