aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2016-10-27 15:02:36 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2016-10-27 15:02:36 +0000
commit04d5943630fd2e30978bcd5b1fa0b1b80822b086 (patch)
tree7de1775d08eda12ebfb2a82782fbf88b56327e8b
parentbdaa29c6a12d17fc823cee610e4636be8ce1068c (diff)
downloadgnunet-04d5943630fd2e30978bcd5b1fa0b1b80822b086.tar.gz
gnunet-04d5943630fd2e30978bcd5b1fa0b1b80822b086.zip
update documentation
-rw-r--r--src/include/gnunet_testbed_service.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index f8a8ef38d..1c8d83ff9 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1531,8 +1531,10 @@ enum GNUNET_TESTBED_BarrierStatus
1531 * @param cls the closure given to GNUNET_TESTBED_barrier_init() 1531 * @param cls the closure given to GNUNET_TESTBED_barrier_init()
1532 * @param name the name of the barrier 1532 * @param name the name of the barrier
1533 * @param barrier the barrier handle 1533 * @param barrier the barrier handle
1534 * @param status status of the barrier; #GNUNET_OK if the barrier is crossed; 1534 * @param status status of the barrier. The barrier is removed once it has been
1535 * #GNUNET_SYSERR upon error 1535 * crossed or an error occurs while processing it. Therefore it is
1536 * invalid to call GNUNET_TESTBED_barrier_cancel() on a crossed or
1537 * errored barrier.
1536 * @param emsg if the status were to be #GNUNET_SYSERR, this parameter has the 1538 * @param emsg if the status were to be #GNUNET_SYSERR, this parameter has the
1537 * error messsage 1539 * error messsage
1538 */ 1540 */