aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-21 14:51:28 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-21 14:51:28 +0100
commit745cf54e655a9fb40a4ba3643de09a3471ca6ef6 (patch)
treec592fbe4609fd8256d96c4b32f94b4a1a0a5600a /src/cadet/cadet.h
parent0eec69c59e625ecc41dcff20bf2395613185d342 (diff)
downloadgnunet-745cf54e655a9fb40a4ba3643de09a3471ca6ef6.tar.gz
gnunet-745cf54e655a9fb40a4ba3643de09a3471ca6ef6.zip
renames to avoid ambiguity
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index 205955b05..a8cd6831a 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -135,10 +135,10 @@ 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_TunnelCreateMessage 138struct GNUNET_CADET_LocalChannelCreateMessage
139{ 139{
140 /** 140 /**
141 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_CREATE 141 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_CREATE
142 * 142 *
143 * Size: sizeof(struct GNUNET_CADET_ChannelOpenMessageMessage) 143 * Size: sizeof(struct GNUNET_CADET_ChannelOpenMessageMessage)
144 */ 144 */
@@ -169,10 +169,10 @@ struct GNUNET_CADET_TunnelCreateMessage
169/** 169/**
170 * Message for or to a client to destroy tunnel. 170 * Message for or to a client to destroy tunnel.
171 */ 171 */
172struct GNUNET_CADET_TunnelDestroyMessage 172struct GNUNET_CADET_LocalChannelDestroyMessage
173{ 173{
174 /** 174 /**
175 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_TUNNEL_DESTROY 175 * Type: #GNUNET_MESSAGE_TYPE_CADET_LOCAL_CHANNEL_DESTROY
176 */ 176 */
177 struct GNUNET_MessageHeader header; 177 struct GNUNET_MessageHeader header;
178 178