aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.c')
-rw-r--r--src/ats-tests/ats-testing.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ats-tests/ats-testing.c b/src/ats-tests/ats-testing.c
index a3a6b9623..49aa5a052 100644
--- a/src/ats-tests/ats-testing.c
+++ b/src/ats-tests/ats-testing.c
@@ -52,14 +52,14 @@ struct GNUNET_CONFIGURATION_Handle *cfg;
52 52
53struct GNUNET_ATS_TEST_Topology *top; 53struct GNUNET_ATS_TEST_Topology *top;
54 54
55
55/** 56/**
56 * Shutdown nicely 57 * Shutdown nicely
57 * 58 *
58 * @param cls NULL 59 * @param cls NULL
59 * @param tc the task context
60 */ 60 */
61static void 61static void
62do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 62do_shutdown (void *cls)
63{ 63{
64 int c_m; 64 int c_m;
65 int c_s; 65 int c_s;
@@ -437,7 +437,7 @@ connect_completion_callback (void *cls, struct GNUNET_TESTBED_Operation *op,
437} 437}
438 438
439static void 439static void
440do_connect_peers (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 440do_connect_peers (void *cls)
441{ 441{
442 int c_m; 442 int c_m;
443 int c_s; 443 int c_s;
@@ -506,7 +506,7 @@ comm_connect_completion_cb (void *cls, struct GNUNET_TESTBED_Operation *op,
506} 506}
507 507
508static void 508static void
509do_comm_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 509do_comm_connect (void *cls)
510{ 510{
511 int c_s; 511 int c_s;
512 int c_m; 512 int c_m;
@@ -649,7 +649,7 @@ ats_connect_completion_cb (void *cls, struct GNUNET_TESTBED_Operation *op,
649 649
650 650
651static void 651static void
652do_connect_ats (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 652do_connect_ats (void *cls)
653{ 653{
654 int c_m; 654 int c_m;
655 int c_s; 655 int c_s;