aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_barriers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/gnunet-service-testbed_barriers.c')
-rw-r--r--src/testbed/gnunet-service-testbed_barriers.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testbed/gnunet-service-testbed_barriers.c b/src/testbed/gnunet-service-testbed_barriers.c
index 71fd8ebce..894bf1056 100644
--- a/src/testbed/gnunet-service-testbed_barriers.c
+++ b/src/testbed/gnunet-service-testbed_barriers.c
@@ -587,7 +587,7 @@ GST_barriers_stop ()
587 * 587 *
588 * @param cls the closure given to GNUNET_TESTBED_barrier_init() 588 * @param cls the closure given to GNUNET_TESTBED_barrier_init()
589 * @param name the name of the barrier 589 * @param name the name of the barrier
590 * @param barrier the barrier handle 590 * @param b_ the barrier handle
591 * @param status status of the barrier; GNUNET_OK if the barrier is crossed; 591 * @param status status of the barrier; GNUNET_OK if the barrier is crossed;
592 * GNUNET_SYSERR upon error 592 * GNUNET_SYSERR upon error
593 * @param emsg if the status were to be GNUNET_SYSERR, this parameter has the 593 * @param emsg if the status were to be GNUNET_SYSERR, this parameter has the
@@ -653,8 +653,8 @@ wbarrier_status_cb (void *cls, const char *name,
653 * Function called upon timeout while waiting for a response from the 653 * Function called upon timeout while waiting for a response from the
654 * subcontrollers to barrier init message 654 * subcontrollers to barrier init message
655 * 655 *
656 * @param 656 * @param cls barrier
657 * @return 657 * @param tc scheduler task context
658 */ 658 */
659static void 659static void
660fwd_tout_barrier_init (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 660fwd_tout_barrier_init (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)