aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_barriers.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-02 20:04:17 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:24 +0100
commit71d3949f6e9889887168784b5f341baa32f791fe (patch)
tree970ab9dc72dbc746700632f06e9715861f423502 /src/testbed/testbed_api_barriers.c
parent308d54a985e18dd8765bf9cc394c16a21d2ee456 (diff)
downloadgnunet-71d3949f6e9889887168784b5f341baa32f791fe.tar.gz
gnunet-71d3949f6e9889887168784b5f341baa32f791fe.zip
-DOC: Comment stripping pass in TESTBED subsystem
Diffstat (limited to 'src/testbed/testbed_api_barriers.c')
-rw-r--r--src/testbed/testbed_api_barriers.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/testbed/testbed_api_barriers.c b/src/testbed/testbed_api_barriers.c
index 61578c1e6..6074beb12 100644
--- a/src/testbed/testbed_api_barriers.c
+++ b/src/testbed/testbed_api_barriers.c
@@ -160,17 +160,6 @@ mq_error_handler (void *cls,
160} 160}
161 161
162 162
163/**
164 * Wait for a barrier to be crossed. This function should be called by the
165 * peers which have been started by the testbed. If the peer is not started by
166 * testbed this function may return error
167 *
168 * @param name the name of the barrier
169 * @param cb the barrier wait callback
170 * @param cb_cls the closure for @a cb
171 * @return barrier wait handle which can be used to cancel the waiting at
172 * anytime before the callback is called. NULL upon error.
173 */
174struct GNUNET_TESTBED_BarrierWaitHandle * 163struct GNUNET_TESTBED_BarrierWaitHandle *
175GNUNET_TESTBED_barrier_wait (const char *name, 164GNUNET_TESTBED_barrier_wait (const char *name,
176 GNUNET_TESTBED_barrier_wait_cb cb, 165 GNUNET_TESTBED_barrier_wait_cb cb,