aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh-new.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh-new.c')
-rw-r--r--src/mesh/gnunet-service-mesh-new.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c
index 697d8275e..a0f5f1a24 100644
--- a/src/mesh/gnunet-service-mesh-new.c
+++ b/src/mesh/gnunet-service-mesh-new.c
@@ -48,7 +48,7 @@
48#include "platform.h" 48#include "platform.h"
49#include "mesh2.h" 49#include "mesh2.h"
50#include "mesh2_protocol.h" 50#include "mesh2_protocol.h"
51#include "mesh_tunnel_tree.h" 51#include "mesh_path.h"
52#include "block_mesh.h" 52#include "block_mesh.h"
53#include "gnunet_dht_service.h" 53#include "gnunet_dht_service.h"
54#include "gnunet_statistics_service.h" 54#include "gnunet_statistics_service.h"
@@ -309,7 +309,7 @@ struct MeshTunnel
309 /** 309 /**
310 * State of the tunnel. 310 * State of the tunnel.
311 */ 311 */
312 MeshTunnelState state; 312 enum MeshTunnelState state;
313 313
314 /** 314 /**
315 * Local tunnel number ( >= GNUNET_MESH_LOCAL_TUNNEL_ID_CLI or 0 ) 315 * Local tunnel number ( >= GNUNET_MESH_LOCAL_TUNNEL_ID_CLI or 0 )