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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet_protocol.h b/src/cadet/cadet_protocol.h
index f85ef17ae..070be3e28 100644
--- a/src/cadet/cadet_protocol.h
+++ b/src/cadet/cadet_protocol.h
@@ -496,7 +496,7 @@ struct GNUNET_CADET_ChannelAppDataMessage
496 /** 496 /**
497 * ID of the channel 497 * ID of the channel
498 */ 498 */
499 struct GNUNET_CADET_ChannelTunnelNumber gid; 499 struct GNUNET_CADET_ChannelTunnelNumber chid;
500 500
501 /** 501 /**
502 * Payload follows 502 * Payload follows
@@ -517,7 +517,7 @@ struct GNUNET_CADET_ChannelDataAckMessage
517 /** 517 /**
518 * ID of the channel 518 * ID of the channel
519 */ 519 */
520 struct GNUNET_CADET_ChannelTunnelNumber gid; 520 struct GNUNET_CADET_ChannelTunnelNumber chid;
521 521
522 /** 522 /**
523 * Bitfield of already-received messages past @e mid. 523 * Bitfield of already-received messages past @e mid.