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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/gnunet-service-testbed_barriers.c b/src/testbed/gnunet-service-testbed_barriers.c
index ac89abc88..be33bd131 100644
--- a/src/testbed/gnunet-service-testbed_barriers.c
+++ b/src/testbed/gnunet-service-testbed_barriers.c
@@ -458,7 +458,7 @@ disconnect_cb (void *cls,
458 458
459 459
460/** 460/**
461 * Function to initialise barrriers component 461 * Function to initialise barriers component
462 * 462 *
463 * @param cfg the configuration to use for initialisation 463 * @param cfg the configuration to use for initialisation
464 */ 464 */
@@ -538,7 +538,7 @@ GST_barriers_destroy ()
538 * @param status status of the barrier; #GNUNET_OK if the barrier is crossed; 538 * @param status status of the barrier; #GNUNET_OK if the barrier is crossed;
539 * #GNUNET_SYSERR upon error 539 * #GNUNET_SYSERR upon error
540 * @param emsg if the status were to be #GNUNET_SYSERR, this parameter has the 540 * @param emsg if the status were to be #GNUNET_SYSERR, this parameter has the
541 * error messsage 541 * error message
542 */ 542 */
543static void 543static void
544wbarrier_status_cb (void *cls, 544wbarrier_status_cb (void *cls,