aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol_enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_protocol_enc.h')
-rw-r--r--src/mesh/mesh_protocol_enc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/mesh_protocol_enc.h b/src/mesh/mesh_protocol_enc.h
index 350d015b9..3ed81005e 100644
--- a/src/mesh/mesh_protocol_enc.h
+++ b/src/mesh/mesh_protocol_enc.h
@@ -164,10 +164,10 @@ struct GNUNET_MESH_ChannelCreate
164 uint32_t opt GNUNET_PACKED; 164 uint32_t opt GNUNET_PACKED;
165}; 165};
166 166
167struct GNUNET_MESH_ChannelDestroy 167struct GNUNET_MESH_ChannelManage
168{ 168{
169 /** 169 /**
170 * Type: GNUNET_MESSAGE_TYPE_MESH_CHANNEL_DESTROY 170 * Type: GNUNET_MESSAGE_TYPE_MESH_CHANNEL_{ACK|DESTROY}
171 */ 171 */
172 struct GNUNET_MessageHeader header; 172 struct GNUNET_MessageHeader header;
173 173