aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cadet/cadet_protocol.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index 24145a008..5ec34f7d7 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -390,12 +390,14 @@ struct GNUNET_CADET_ChannelOpenMessage
390 390
391 391
392/** 392/**
393 * Message to manage a Channel (CHANNEL_CREATE_ACK, CHANNEL_DESTROY). 393 * Message to manage a Channel
394 * (#GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_ACK,
395 * #GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY).
394 */ 396 */
395struct GNUNET_CADET_ChannelManageMessage 397struct GNUNET_CADET_ChannelManageMessage
396{ 398{
397 /** 399 /**
398 * Type: #GNUNET_MESSAGE_TYPE_CADET_CHANNEL_CREATE_ACK or 400 * Type: #GNUNET_MESSAGE_TYPE_CADET_CHANNEL_OPEN_ACK or
399 * #GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY 401 * #GNUNET_MESSAGE_TYPE_CADET_CHANNEL_DESTROY
400 */ 402 */
401 struct GNUNET_MessageHeader header; 403 struct GNUNET_MessageHeader header;