diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-05-14 10:23:23 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-05-14 10:23:23 +0000 |
commit | f5ed9cd0a8d14de0ccbbdb628cc50feca510cef2 (patch) | |
tree | bc9e346e54ac4996fefda27030e351832933ff55 /src | |
parent | 0cb74a6ea36eecc4cc2885aee9e53ba78e3a9ee4 (diff) |
- doxygen
Diffstat (limited to 'src')
-rw-r--r-- | src/mesh/gnunet-service-mesh-new.c | 4 |
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) |