aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cadet/cadet_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index 2a0de2a8f..6a6099e97 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -402,6 +402,7 @@ struct GNUNET_CADET_ChannelDataMessage
402 /** 402 /**
403 * Unique ID of the payload message 403 * Unique ID of the payload message
404 */ 404 */
405 /* NEW: struct ChannelMessageIdentifier */
405 uint32_t mid GNUNET_PACKED; 406 uint32_t mid GNUNET_PACKED;
406 407
407 /** 408 /**
@@ -440,6 +441,7 @@ struct GNUNET_CADET_ChannelDataAckMessage
440 /** 441 /**
441 * Last message ID received. 442 * Last message ID received.
442 */ 443 */
444 /* NEW: struct ChannelMessageIdentifier */
443 uint32_t mid GNUNET_PACKED; 445 uint32_t mid GNUNET_PACKED;
444}; 446};
445 447