summaryrefslogtreecommitdiffstats
path: root/audio/ipc.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 21:12:20 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 21:12:20 +0000
commite343f2b21a2209d5713e20ad38bbcc862897380b (patch)
tree9a3fc2f20d11d1886de65b352bffa2f9f73ab72d /audio/ipc.h
parentd2d76421ad539e2c6da87e4b4fd2a42493053f49 (diff)
Move more common stuff to ipc.h
Diffstat (limited to 'audio/ipc.h')
-rw-r--r--audio/ipc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/ipc.h b/audio/ipc.h
index 8de85531..038ec4d9 100644
--- a/audio/ipc.h
+++ b/audio/ipc.h
@@ -25,7 +25,11 @@
#define IPC_TYPE_CONNECT 0x0001
-#define IPC_SOCKET_NAME "/org/bluez/audio"
+#define IPC_SOCKET_NAME "\0/org/bluez/audio"
+
+#ifndef UNIX_PATH_MAX
+#define UNIX_PATH_MAX 108
+#endif
struct ipc_hdr {
uint16_t id;