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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index ba2044b0d..e1f768ab7 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -322,6 +322,7 @@ struct GNUNET_CADET_Encrypted
322/******************************* CHANNEL ***********************************/ 322/******************************* CHANNEL ***********************************/
323/******************************************************************************/ 323/******************************************************************************/
324 324
325#ifndef NEW_CADET
325 326
326/** 327/**
327 * Message to create a Channel. 328 * Message to create a Channel.
@@ -349,6 +350,7 @@ struct GNUNET_CADET_ChannelCreate
349 struct GNUNET_CADET_ChannelNumber chid; 350 struct GNUNET_CADET_ChannelNumber chid;
350}; 351};
351 352
353#endif
352 354
353/** 355/**
354 * Message to manage a Channel (ACK, NACK, Destroy). 356 * Message to manage a Channel (ACK, NACK, Destroy).
@@ -367,6 +369,8 @@ struct GNUNET_CADET_ChannelManage
367}; 369};
368 370
369 371
372#ifndef NEW_CADET
373
370/** 374/**
371 * Message for cadet data traffic. 375 * Message for cadet data traffic.
372 */ 376 */
@@ -422,7 +426,7 @@ struct GNUNET_CADET_DataACK
422 uint32_t mid GNUNET_PACKED; 426 uint32_t mid GNUNET_PACKED;
423}; 427};
424 428
425 429#endif
426 430
427GNUNET_NETWORK_STRUCT_END 431GNUNET_NETWORK_STRUCT_END
428 432