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, 3 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c
index 7f904e1dd..69b950fc9 100644
--- a/src/mesh/gnunet-service-mesh-new.c
+++ b/src/mesh/gnunet-service-mesh-new.c
@@ -2285,7 +2285,9 @@ tunnel_destroy_empty (struct MeshTunnel *t)
2285} 2285}
2286 2286
2287/** 2287/**
2288 * Initialize a Flow Control structure 2288 * Initialize a Flow Control structure to the initial state.
2289 *
2290 * @param fc Flow Control structure to initialize.
2289 */ 2291 */
2290static void 2292static void
2291fc_init (struct MeshFlowControl *fc) 2293fc_init (struct MeshFlowControl *fc)