aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet_protocol.h')
-rw-r--r--src/cadet/cadet_protocol.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index d034c63b0..c555d6155 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -70,7 +70,7 @@ struct GNUNET_CADET_ConnectionCreate
70 * For alignment. 70 * For alignment.
71 */ 71 */
72 uint32_t reserved GNUNET_PACKED; 72 uint32_t reserved GNUNET_PACKED;
73 73
74 /** 74 /**
75 * ID of the connection 75 * ID of the connection
76 */ 76 */
@@ -322,6 +322,7 @@ struct GNUNET_CADET_Encrypted
322/******************************* CHANNEL ***********************************/ 322/******************************* CHANNEL ***********************************/
323/******************************************************************************/ 323/******************************************************************************/
324 324
325
325/** 326/**
326 * Message to create a Channel. 327 * Message to create a Channel.
327 */ 328 */
@@ -345,7 +346,7 @@ struct GNUNET_CADET_ChannelCreate
345 /** 346 /**
346 * ID of the channel 347 * ID of the channel
347 */ 348 */
348 CADET_ChannelNumber chid GNUNET_PACKED; 349 struct GNUNET_CADET_ChannelNumber chid;
349}; 350};
350 351
351 352
@@ -362,7 +363,7 @@ struct GNUNET_CADET_ChannelManage
362 /** 363 /**
363 * ID of the channel 364 * ID of the channel
364 */ 365 */
365 CADET_ChannelNumber chid GNUNET_PACKED; 366 struct GNUNET_CADET_ChannelNumber chid;
366}; 367};
367 368
368 369
@@ -385,7 +386,7 @@ struct GNUNET_CADET_Data
385 /** 386 /**
386 * ID of the channel 387 * ID of the channel
387 */ 388 */
388 CADET_ChannelNumber chid GNUNET_PACKED; 389 struct GNUNET_CADET_ChannelNumber chid;
389 390
390 /** 391 /**
391 * Payload follows 392 * Payload follows
@@ -406,7 +407,7 @@ struct GNUNET_CADET_DataACK
406 /** 407 /**
407 * ID of the channel 408 * ID of the channel
408 */ 409 */
409 CADET_ChannelNumber chid GNUNET_PACKED; 410 struct GNUNET_CADET_ChannelNumber chid;
410 411
411 /** 412 /**
412 * Bitfield of already-received newer messages 413 * Bitfield of already-received newer messages