- Fixed #2105
[oweals/gnunet.git] / src / mesh / mesh.h
index fcddb2eb92e54955cd8c93c4697f950e937dcaf3..d8fc404e19462433a6a6180b523afaddb9810f5b 100644 (file)
@@ -85,6 +85,8 @@
 /**************************        MESSAGES      ******************************/
 /******************************************************************************/
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Message for a client to register to the service
  */
@@ -209,7 +211,7 @@ struct GNUNET_MESH_ConnectPeerByType
    */
   GNUNET_MESH_ApplicationType type GNUNET_PACKED;
 };
-
+GNUNET_NETWORK_STRUCT_END
 
 /******************************************************************************/
 /************************        ENUMERATIONS      ****************************/