aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ipc.h')
-rw-r--r--apps/ipc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ipc.h b/apps/ipc.h
new file mode 100644
index 0000000..9ac3642
--- /dev/null
+++ b/apps/ipc.h
@@ -0,0 +1,5 @@
+
+#include <sys/socket.h>
+#include <sys/un.h>
+
+#define SOCKPATH "/tmp/sympathy"