aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-testbed-profiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-testbed-profiler.c')
-rw-r--r--src/testbed/gnunet-testbed-profiler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-testbed-profiler.c b/src/testbed/gnunet-testbed-profiler.c
index 8d85280fe..c6c472f92 100644
--- a/src/testbed/gnunet-testbed-profiler.c
+++ b/src/testbed/gnunet-testbed-profiler.c
@@ -49,7 +49,7 @@ struct GNUNET_TESTBED_Operation *topology_op;
49/** 49/**
50 * Name of the file with the hosts to run the test over (configuration option). 50 * Name of the file with the hosts to run the test over (configuration option).
51 * It will be NULL if ENABLE_LL is set 51 * It will be NULL if ENABLE_LL is set
52 */ 52 */
53static char *hosts_file; 53static char *hosts_file;
54 54
55/** 55/**
@@ -216,7 +216,7 @@ controller_event_cb (void *cls,
216 * @param links_failed the number of overlay link 216 * @param links_failed the number of overlay link
217 */ 217 */
218static void 218static void
219test_run (void *cls, 219test_run (void *cls,
220 struct GNUNET_TESTBED_RunHandle *h, 220 struct GNUNET_TESTBED_RunHandle *h,
221 unsigned int num_peers, struct GNUNET_TESTBED_Peer **peers, 221 unsigned int num_peers, struct GNUNET_TESTBED_Peer **peers,
222 unsigned int links_succeeded, 222 unsigned int links_succeeded,