From 6b25953f27639c7b87c98a6cb55fd173c9dc5016 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Jan 2017 11:28:30 +0100 Subject: pass messages from tunnel to channel --- src/cadet/cadet_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cadet/cadet_protocol.h') 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 /** * ID of the channel */ - struct GNUNET_CADET_ChannelTunnelNumber gid; + struct GNUNET_CADET_ChannelTunnelNumber chid; /** * Payload follows @@ -517,7 +517,7 @@ struct GNUNET_CADET_ChannelDataAckMessage /** * ID of the channel */ - struct GNUNET_CADET_ChannelTunnelNumber gid; + struct GNUNET_CADET_ChannelTunnelNumber chid; /** * Bitfield of already-received messages past @e mid. -- cgit v1.2.3