aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation.h
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-12-16 15:36:11 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-12-16 15:36:11 +0000
commit5d8f669559fb4152d900a804f89f050963716fae (patch)
treeffee2942d68e3456e5c76a9ae7e30cd13cce16fe /src/conversation/conversation.h
parent5344248f0bbb85e427b1a32ac78b53aa41084d1d (diff)
downloadgnunet-5d8f669559fb4152d900a804f89f050963716fae.tar.gz
gnunet-5d8f669559fb4152d900a804f89f050963716fae.zip
- extend mesh audio messag to contain source line number. This is needed to find the correct client channel to link unreliable audio channel
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