aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ipc.h')
-rw-r--r--apps/ipc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/ipc.h b/apps/ipc.h
index 9ac3642..33852fe 100644
--- a/apps/ipc.h
+++ b/apps/ipc.h
@@ -3,3 +3,10 @@
#include <sys/un.h>
#define SOCKPATH "/tmp/sympathy"
+
+typedef struct {
+int type;
+int len;
+uint8_t data[0];
+} Sympathy_msg;
+