aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/mesh_protocol.h')
-rw-r--r--src/mesh/mesh_protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesh/mesh_protocol.h b/src/mesh/mesh_protocol.h
index b6c7f1b24..885f1f344 100644
--- a/src/mesh/mesh_protocol.h
+++ b/src/mesh/mesh_protocol.h
@@ -39,6 +39,8 @@ extern "C"
39/******************** MESH NETWORK MESSAGES **************************/ 39/******************** MESH NETWORK MESSAGES **************************/
40/******************************************************************************/ 40/******************************************************************************/
41 41
42GNUNET_NETWORK_STRUCT_BEGIN
43
42/** 44/**
43 * Message for mesh path management 45 * Message for mesh path management
44 */ 46 */
@@ -276,6 +278,7 @@ struct GNUNET_MESH_SpeedNotify
276 uint32_t speed_min; 278 uint32_t speed_min;
277 279
278}; 280};
281GNUNET_NETWORK_STRUCT_END
279 282
280#if 0 /* keep Emacsens' auto-indent happy */ 283#if 0 /* keep Emacsens' auto-indent happy */
281{ 284{