aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet_protocol.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-20 11:28:30 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-20 11:28:30 +0100
commit6b25953f27639c7b87c98a6cb55fd173c9dc5016 (patch)
tree4117a8906544fa2366debd61abd6d20fd1362e6b /src/cadet/cadet_protocol.h
parent7d96a8234bbd9d9a4dc431c52d92ebb604084c70 (diff)
downloadgnunet-6b25953f27639c7b87c98a6cb55fd173c9dc5016.tar.gz
gnunet-6b25953f27639c7b87c98a6cb55fd173c9dc5016.zip
pass messages from tunnel to channel
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.