aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-21 14:49:23 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-21 14:49:23 +0100
commit0eec69c59e625ecc41dcff20bf2395613185d342 (patch)
tree8f8383c711fba236a97e3fb6b67adeb74959588b /src/cadet/cadet.h
parentf52fc4b001758430bb911759c755d0f06d3eb693 (diff)
downloadgnunet-0eec69c59e625ecc41dcff20bf2395613185d342.tar.gz
gnunet-0eec69c59e625ecc41dcff20bf2395613185d342.zip
remaing remaining mandatory functions for basic operation
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index 9d154fb99..205955b05 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -135,7 +135,7 @@ struct GNUNET_CADET_PortMessage
135/** 135/**
136 * Message for a client to create channels. 136 * Message for a client to create channels.
137 */ 137 */
138struct GNUNET_CADET_ChannelOpenMessageMessage 138struct GNUNET_CADET_TunnelCreateMessage
139{ 139{
140 /** 140 /**
141 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE 141 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE
@@ -167,14 +167,12 @@ struct GNUNET_CADET_ChannelOpenMessageMessage
167 167
168 168
169/** 169/**
170 * Message for a client to destroy channels. 170 * Message for or to a client to destroy tunnel.
171 */ 171 */
172struct GNUNET_CADET_ChannelDestroyMessage 172struct GNUNET_CADET_TunnelDestroyMessage
173{ 173{
174 /** 174 /**
175 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_DESTROY 175 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_DESTROY
176 *
177 * Size: sizeof(struct GNUNET_CADET_ChannelDestroyMessage)
178 */ 176 */
179 struct GNUNET_MessageHeader header; 177 struct GNUNET_MessageHeader header;
180 178