diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-26 17:17:34 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-26 17:17:34 +0000 |
commit | d2d76421ad539e2c6da87e4b4fd2a42493053f49 (patch) | |
tree | c85b45267649df4a22086fdeba6fd5a17c92782c /audio/ipc.h | |
parent | 0097d93ac82733bae644a0be3c6ad0eab6cff4db (diff) |
Move unix socket functionality into unix.c
Diffstat (limited to 'audio/ipc.h')
-rw-r--r-- | audio/ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/ipc.h b/audio/ipc.h index 5b545844..8de85531 100644 --- a/audio/ipc.h +++ b/audio/ipc.h @@ -25,6 +25,8 @@ #define IPC_TYPE_CONNECT 0x0001 +#define IPC_SOCKET_NAME "/org/bluez/audio" + struct ipc_hdr { uint16_t id; uint16_t type; |