aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/conversation.h')
-rw-r--r--src/conversation/conversation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index aaeed1df3..1bd358e78 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -40,6 +40,14 @@ extern "C"
40 40
41 41
42/** 42/**
43 * Highest bit in a 32-bit unsigned integer,
44 * bit set if we are making an outgoing call,
45 * bit unset for local lines.
46 */
47#define HIGH_BIT ((uint32_t) (1LL << 31))
48
49
50/**
43 * Message to transmit the audio (between client and helpers). 51 * Message to transmit the audio (between client and helpers).
44 */ 52 */
45struct AudioMessage 53struct AudioMessage