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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testbed/testbed_api.h b/src/testbed/testbed_api.h
index 001f40285..7b92ff51b 100644
--- a/src/testbed/testbed_api.h
+++ b/src/testbed/testbed_api.h
@@ -302,6 +302,11 @@ struct GNUNET_TESTBED_Controller
302 struct OperationQueue *opq_parallel_topology_config_operations; 302 struct OperationQueue *opq_parallel_topology_config_operations;
303 303
304 /** 304 /**
305 * Operation queue for simultaneous overlay connect operations
306 */
307 struct OperationQueue *opq_parallel_overlay_connect_operations;
308
309 /**
305 * The operation id counter. use current value and increment 310 * The operation id counter. use current value and increment
306 */ 311 */
307 uint32_t operation_counter; 312 uint32_t operation_counter;