aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-14 08:20:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-14 08:20:51 +0000
commit81890d03b923d54a64e8ebb63c2f62b7ee67c70b (patch)
treebdc888ed85a10bbf9e2ee5c52f0369c8b4a623ad /src/nse
parent98c78bdc4d47e725c548998e3416f5bedc3b9887 (diff)
downloadgnunet-81890d03b923d54a64e8ebb63c2f62b7ee67c70b.tar.gz
gnunet-81890d03b923d54a64e8ebb63c2f62b7ee67c70b.zip
-doxygen
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-nse-profiler.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/nse/gnunet-nse-profiler.c b/src/nse/gnunet-nse-profiler.c
index b35abce3a..a7ed54c57 100644
--- a/src/nse/gnunet-nse-profiler.c
+++ b/src/nse/gnunet-nse-profiler.c
@@ -557,9 +557,6 @@ nse_disconnect_adapter (void *cls,
557/** 557/**
558 * Task run to connect to the NSE and statistics services to a subset of 558 * Task run to connect to the NSE and statistics services to a subset of
559 * all of the running peers. 559 * all of the running peers.
560 *
561 * @param cls handle the peer
562 * @param tc ignored
563 */ 560 */
564static void 561static void
565connect_nse_service () 562connect_nse_service ()
@@ -617,8 +614,8 @@ next_round (void *cls,
617 * last round, terminates the run. 614 * last round, terminates the run.
618 * 615 *
619 * @param cls struct StatsContext 616 * @param cls struct StatsContext
620 * @param success GNUNET_OK if statistics were 617 * @param op operation handle
621 * successfully obtained, GNUNET_SYSERR if not. 618 * @param emsg error message, NULL on success
622 */ 619 */
623static void 620static void
624stats_finished_callback (void *cls, 621stats_finished_callback (void *cls,