aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/gnunet-service-testbed_barriers.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-09-05 11:57:46 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-09-05 11:57:46 +0000
commit35623fc5e4e6c564617f95e3401e4d9ec850557e (patch)
treeb28fbe3805df907a392f72470a2ca7cc982c3450 /src/testbed/gnunet-service-testbed_barriers.c
parent6beab84590aadd72095633bc335e0b56f95bab27 (diff)
downloadgnunet-35623fc5e4e6c564617f95e3401e4d9ec850557e.tar.gz
gnunet-35623fc5e4e6c564617f95e3401e4d9ec850557e.zip
- doxygen
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)