aboutsummaryrefslogtreecommitdiff
path: root/src/testbed
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
parent6beab84590aadd72095633bc335e0b56f95bab27 (diff)
downloadgnunet-35623fc5e4e6c564617f95e3401e4d9ec850557e.tar.gz
gnunet-35623fc5e4e6c564617f95e3401e4d9ec850557e.zip
- doxygen
Diffstat (limited to 'src/testbed')
-rw-r--r--src/testbed/gnunet-service-testbed_barriers.c6
-rw-r--r--src/testbed/testbed_api_barriers.c2
-rw-r--r--src/testbed/testbed_api_testbed.c2
3 files changed, 4 insertions, 6 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)
diff --git a/src/testbed/testbed_api_barriers.c b/src/testbed/testbed_api_barriers.c
index 58f8ba00c..dee6bd704 100644
--- a/src/testbed/testbed_api_barriers.c
+++ b/src/testbed/testbed_api_barriers.c
@@ -309,7 +309,7 @@ destroy_handle (struct GNUNET_TESTBED_BarrierWaitHandle *h)
309 * from the service. 309 * from the service.
310 * 310 *
311 * @param cls closure 311 * @param cls closure
312 * @param msg message received, NULL on timeout or fatal error 312 * @param message received message; NULL on timeout or fatal error
313 */ 313 */
314static void 314static void
315receive_handler (void *cls, const struct GNUNET_MessageHeader *message) 315receive_handler (void *cls, const struct GNUNET_MessageHeader *message)
diff --git a/src/testbed/testbed_api_testbed.c b/src/testbed/testbed_api_testbed.c
index dae364699..3da5f9058 100644
--- a/src/testbed/testbed_api_testbed.c
+++ b/src/testbed/testbed_api_testbed.c
@@ -436,7 +436,6 @@ remove_rcop (struct RunContext *rc, struct RunContextOperation *rcop)
436 * Assuming all peers have been destroyed cleanup run handle 436 * Assuming all peers have been destroyed cleanup run handle
437 * 437 *
438 * @param cls the run handle 438 * @param cls the run handle
439 * @param tc the task context from scheduler
440 */ 439 */
441static void 440static void
442cleanup (void *cls) 441cleanup (void *cls)
@@ -559,7 +558,6 @@ cancel_interrupt_task (struct RunContext *rc)
559 * (done/cancelled) 558 * (done/cancelled)
560 * 559 *
561 * @param cls run context 560 * @param cls run context
562 * @param tc scheduler task context
563 */ 561 */
564static void 562static void
565wait_op_completion (void *cls) 563wait_op_completion (void *cls)