aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.h')
-rw-r--r--src/testbed/testbed_api.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 023d772a0..17cd38df3 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -105,7 +105,6 @@ enum OperationType
105}; 105};
106 106
107 107
108
109/** 108/**
110 * Enumeration of states of OperationContext 109 * Enumeration of states of OperationContext
111 */ 110 */
@@ -309,7 +308,6 @@ struct GNUNET_TESTBED_Barrier
309}; 308};
310 309
311 310
312
313/** 311/**
314 * Queues a message in send queue for sending to the service 312 * Queues a message in send queue for sending to the service
315 * 313 *
@@ -484,7 +482,6 @@ GNUNET_TESTBED_get_slave_config_ (void *op_cls,
484 uint32_t slave_host_id); 482 uint32_t slave_host_id);
485 483
486 484
487
488/** 485/**
489 * Initialise a barrier and call the given callback when the required percentage 486 * Initialise a barrier and call the given callback when the required percentage
490 * of peers (quorum) reach the barrier OR upon error. 487 * of peers (quorum) reach the barrier OR upon error.
@@ -520,6 +517,5 @@ void
520GNUNET_TESTBED_barrier_remove_ (struct GNUNET_TESTBED_Barrier *barrier); 517GNUNET_TESTBED_barrier_remove_ (struct GNUNET_TESTBED_Barrier *barrier);
521 518
522 519
523
524#endif 520#endif
525/* end of testbed_api.h */ 521/* end of testbed_api.h */