summaryrefslogtreecommitdiff
path: root/src
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
parent0cb74a6ea36eecc4cc2885aee9e53ba78e3a9ee4 (diff)
- doxygen
Diffstat (limited to 'src')
-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)
}
/**
- * Initialize a Flow Control structure
+ * Initialize a Flow Control structure to the initial state.
+ *
+ * @param fc Flow Control structure to initialize.
*/
static void
fc_init (struct MeshFlowControl *fc)