aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-20 20:39:51 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-20 20:39:51 +0100
commitf52fc4b001758430bb911759c755d0f06d3eb693 (patch)
tree185370e26928136dfb2786843d06ed0a90f3ffd5 /src/cadet/cadet.h
parent6a828bdf078d44531cc8e7de70a88e9b6f438da9 (diff)
downloadgnunet-f52fc4b001758430bb911759c755d0f06d3eb693.tar.gz
gnunet-f52fc4b001758430bb911759c755d0f06d3eb693.zip
working on channel passing data to clients
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index c16fb2917..9d154fb99 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -198,7 +198,7 @@ struct GNUNET_CADET_LocalData
198 /** 198 /**
199 * ID of the channel 199 * ID of the channel
200 */ 200 */
201 struct GNUNET_CADET_ClientChannelNumber id; 201 struct GNUNET_CADET_ClientChannelNumber channel_id;
202 202
203 /** 203 /**
204 * Payload follows 204 * Payload follows