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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/conversation/conversation.h b/src/conversation/conversation.h
index 91afbbce4..bc78400f1 100644
--- a/src/conversation/conversation.h
+++ b/src/conversation/conversation.h
@@ -352,7 +352,12 @@ struct MeshAudioMessage
352 /** 352 /**
353 * Target line on the receiving end. 353 * Target line on the receiving end.
354 */ 354 */
355 uint32_t remote_line; 355 uint32_t remote_line GNUNET_PACKED;
356
357 /**
358 * The source line sending this data
359 */
360 uint32_t source_line GNUNET_PACKED;
356 361
357 /* followed by audio data */ 362 /* followed by audio data */
358 363