aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh-new.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-05-14 10:23:23 +0000
committerBart Polot <bart@net.in.tum.de>2013-05-14 10:23:23 +0000
commitf5ed9cd0a8d14de0ccbbdb628cc50feca510cef2 (patch)
treebc9e346e54ac4996fefda27030e351832933ff55 /src/mesh/gnunet-service-mesh-new.c
parent0cb74a6ea36eecc4cc2885aee9e53ba78e3a9ee4 (diff)
downloadgnunet-f5ed9cd0a8d14de0ccbbdb628cc50feca510cef2.tar.gz
gnunet-f5ed9cd0a8d14de0ccbbdb628cc50feca510cef2.zip
- doxygen
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)