diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-26 21:12:20 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-26 21:12:20 +0000 |
commit | e343f2b21a2209d5713e20ad38bbcc862897380b (patch) | |
tree | 9a3fc2f20d11d1886de65b352bffa2f9f73ab72d /audio/ipc.h | |
parent | d2d76421ad539e2c6da87e4b4fd2a42493053f49 (diff) |
Move more common stuff to ipc.h
Diffstat (limited to 'audio/ipc.h')
-rw-r--r-- | audio/ipc.h | 6 |
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; |