aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/test_testbed_api_operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/test_testbed_api_operations.c')
-rw-r--r--src/testbed/test_testbed_api_operations.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testbed/test_testbed_api_operations.c b/src/testbed/test_testbed_api_operations.c
index af59cdaf5..45f2db103 100644
--- a/src/testbed/test_testbed_api_operations.c
+++ b/src/testbed/test_testbed_api_operations.c
@@ -194,8 +194,10 @@ run (void *cls, char *const *args, const char *cfgfile,
194 op2 = GNUNET_TESTBED_operation_create_ (&op2, start_cb, release_cb); 194 op2 = GNUNET_TESTBED_operation_create_ (&op2, start_cb, release_cb);
195 GNUNET_TESTBED_operation_queue_insert_ (q1, op1); 195 GNUNET_TESTBED_operation_queue_insert_ (q1, op1);
196 GNUNET_TESTBED_operation_queue_insert_ (q2, op1); 196 GNUNET_TESTBED_operation_queue_insert_ (q2, op1);
197 GNUNET_TESTBED_operation_begin_wait_ (op1);
197 GNUNET_TESTBED_operation_queue_insert_ (q1, op2); 198 GNUNET_TESTBED_operation_queue_insert_ (q1, op2);
198 GNUNET_TESTBED_operation_queue_insert_ (q2, op2); 199 GNUNET_TESTBED_operation_queue_insert_ (q2, op2);
200 GNUNET_TESTBED_operation_begin_wait_ (op2);
199 result = TEST_INIT; 201 result = TEST_INIT;
200} 202}
201 203