aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh.h')
-rw-r--r--src/mesh/mesh.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesh/mesh.h b/src/mesh/mesh.h
index fcddb2eb9..d8fc404e1 100644
--- a/src/mesh/mesh.h
+++ b/src/mesh/mesh.h
@@ -85,6 +85,8 @@
85/************************** MESSAGES ******************************/ 85/************************** MESSAGES ******************************/
86/******************************************************************************/ 86/******************************************************************************/
87 87
88GNUNET_NETWORK_STRUCT_BEGIN
89
88/** 90/**
89 * Message for a client to register to the service 91 * Message for a client to register to the service
90 */ 92 */
@@ -209,7 +211,7 @@ struct GNUNET_MESH_ConnectPeerByType
209 */ 211 */
210 GNUNET_MESH_ApplicationType type GNUNET_PACKED; 212 GNUNET_MESH_ApplicationType type GNUNET_PACKED;
211}; 213};
212 214GNUNET_NETWORK_STRUCT_END
213 215
214/******************************************************************************/ 216/******************************************************************************/
215/************************ ENUMERATIONS ****************************/ 217/************************ ENUMERATIONS ****************************/