aboutsummaryrefslogtreecommitdiff
path: root/src/main/extractor_ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/extractor_ipc.h')
-rw-r--r--src/main/extractor_ipc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/extractor_ipc.h b/src/main/extractor_ipc.h
index 8e7fe09..691898b 100644
--- a/src/main/extractor_ipc.h
+++ b/src/main/extractor_ipc.h
@@ -92,7 +92,7 @@
92struct InitMessage 92struct InitMessage
93{ 93{
94 /** 94 /**
95 * Set to MESSAGE_INIT_STATE. 95 * Set to #MESSAGE_INIT_STATE.
96 */ 96 */
97 unsigned char opcode; 97 unsigned char opcode;
98 98
@@ -133,7 +133,7 @@ struct InitMessage
133struct StartMessage 133struct StartMessage
134{ 134{
135 /** 135 /**
136 * Set to MESSAGE_EXTRACT_START. 136 * Set to #MESSAGE_EXTRACT_START.
137 */ 137 */
138 unsigned char opcode; 138 unsigned char opcode;
139 139
@@ -171,7 +171,7 @@ struct StartMessage
171struct UpdateMessage 171struct UpdateMessage
172{ 172{
173 /** 173 /**
174 * Set to MESSAGE_UPDATED_SHM. 174 * Set to #MESSAGE_UPDATED_SHM.
175 */ 175 */
176 unsigned char opcode; 176 unsigned char opcode;
177 177
@@ -221,7 +221,7 @@ struct UpdateMessage
221struct SeekRequestMessage 221struct SeekRequestMessage
222{ 222{
223 /** 223 /**
224 * Set to MESSAGE_SEEK. 224 * Set to #MESSAGE_SEEK.
225 */ 225 */
226 unsigned char opcode; 226 unsigned char opcode;
227 227
@@ -263,7 +263,7 @@ struct SeekRequestMessage
263struct MetaMessage 263struct MetaMessage
264{ 264{
265 /** 265 /**
266 * Set to MESSAGE_META. 266 * Set to #MESSAGE_META.
267 */ 267 */
268 unsigned char opcode; 268 unsigned char opcode;
269 269