aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-18 14:49:17 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-18 14:49:17 +0100
commite02d76e46cd00724d32f81375e8981524ee6f3e2 (patch)
tree91a6aea89bfda7865f04244e2fb2a6ebb019bc3a /src/cadet/cadet.h
parent9f1d39a86ddb227f91ad75f740d59adeb9b6ee31 (diff)
downloadgnunet-e02d76e46cd00724d32f81375e8981524ee6f3e2.tar.gz
gnunet-e02d76e46cd00724d32f81375e8981524ee6f3e2.zip
more rename festivities
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index 8218fd1ed..c16fb2917 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -135,12 +135,12 @@ 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_ChannelCreateMessageMessage 138struct GNUNET_CADET_ChannelOpenMessageMessage
139{ 139{
140 /** 140 /**
141 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE 141 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE
142 * 142 *
143 * Size: sizeof(struct GNUNET_CADET_ChannelCreateMessageMessage) 143 * Size: sizeof(struct GNUNET_CADET_ChannelOpenMessageMessage)
144 */ 144 */
145 struct GNUNET_MessageHeader header; 145 struct GNUNET_MessageHeader header;
146 146