aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testbed_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testbed_service.h')
-rw-r--r--src/include/gnunet_testbed_service.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_testbed_service.h b/src/include/gnunet_testbed_service.h
index fa07cc63e..73dc88498 100644
--- a/src/include/gnunet_testbed_service.h
+++ b/src/include/gnunet_testbed_service.h
@@ -1108,7 +1108,7 @@ GNUNET_TESTBED_overlay_connect (void *op_cls,
1108 * @param nsuccess the number of successful overlay connects 1108 * @param nsuccess the number of successful overlay connects
1109 * @param nfailures the number of overlay connects which failed 1109 * @param nfailures the number of overlay connects which failed
1110 */ 1110 */
1111typedef void (*GNUNET_TESTBED_TopologyCompletionCallback) (void *cls, 1111typedef void (*GNUNET_TESTBED_TopologyCompletionCallback) (void *cls,
1112 unsigned int nsuccess, 1112 unsigned int nsuccess,
1113 unsigned int nfailures); 1113 unsigned int nfailures);
1114 1114
@@ -1277,7 +1277,7 @@ GNUNET_TESTBED_service_connect (void *op_cls,
1277 * cancels the operation, frees its resources and ensures the no event is 1277 * cancels the operation, frees its resources and ensures the no event is
1278 * generated with respect to this operation. Note that however cancelling an 1278 * generated with respect to this operation. Note that however cancelling an
1279 * operation does NOT guarantee that the operation will be fully undone (or that 1279 * operation does NOT guarantee that the operation will be fully undone (or that
1280 * nothing ever happened). 1280 * nothing ever happened).
1281 * 1281 *
1282 * This function MUST be called for every operation to fully remove the 1282 * This function MUST be called for every operation to fully remove the
1283 * operation from the operation queue. After calling this function, if 1283 * operation from the operation queue. After calling this function, if
@@ -1491,7 +1491,7 @@ enum GNUNET_TESTBED_BarrierStatus
1491 * Error status 1491 * Error status
1492 */ 1492 */
1493 GNUNET_TESTBED_BARRIERSTATUS_ERROR, 1493 GNUNET_TESTBED_BARRIERSTATUS_ERROR,
1494 1494
1495}; 1495};
1496 1496
1497 1497
@@ -1518,7 +1518,7 @@ typedef void (*GNUNET_TESTBED_barrier_status_cb) (void *cls,
1518 1518
1519/** 1519/**
1520 * Initialise a barrier and call the given callback when the required percentage 1520 * Initialise a barrier and call the given callback when the required percentage
1521 * of peers (quorum) reach the barrier. 1521 * of peers (quorum) reach the barrier.
1522 * 1522 *
1523 * @param controller the handle to the controller 1523 * @param controller the handle to the controller
1524 * @param name identification name of the barrier 1524 * @param name identification name of the barrier