aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-11-06 22:34:36 +0000
committerBart Polot <bart@net.in.tum.de>2013-11-06 22:34:36 +0000
commite04092fe792529e892a6ca2beb51a96235f0886a (patch)
treecd3753f719eb01987d4049cd6e10229af3646968 /src/mesh/gnunet-service-mesh_local.c
parentf26e610f6fdb93e5a2560a0625686d12c4f20791 (diff)
downloadgnunet-e04092fe792529e892a6ca2beb51a96235f0886a.tar.gz
gnunet-e04092fe792529e892a6ca2beb51a96235f0886a.zip
- refactoring
- fixes - doxygen
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index b310c39dd..78a63956f 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -573,7 +573,7 @@ handle_ack (void *cls, struct GNUNET_SERVER_Client *client,
573 * @param key Key (hashed tunnel ID, unused). 573 * @param key Key (hashed tunnel ID, unused).
574 * @param value Tunnel info. 574 * @param value Tunnel info.
575 * 575 *
576 * @return GNUNET_YES, to keep iterating. 576 * @return #GNUNET_YES, to keep iterating.
577 */ 577 */
578// static int 578// static int
579// monitor_all_tunnels_iterator (void *cls, 579// monitor_all_tunnels_iterator (void *cls,