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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/test_testbed_api_operations.c b/src/testbed/test_testbed_api_operations.c
index 31b3add0a..feca147b7 100644
--- a/src/testbed/test_testbed_api_operations.c
+++ b/src/testbed/test_testbed_api_operations.c
@@ -490,9 +490,9 @@ static void
490run (void *cls, char *const *args, const char *cfgfile, 490run (void *cls, char *const *args, const char *cfgfile,
491 const struct GNUNET_CONFIGURATION_Handle *config) 491 const struct GNUNET_CONFIGURATION_Handle *config)
492{ 492{
493 q1 = GNUNET_TESTBED_operation_queue_create_ (1); 493 q1 = GNUNET_TESTBED_operation_queue_create_ (OPERATION_QUEUE_TYPE_FIXED, 1);
494 GNUNET_assert (NULL != q1); 494 GNUNET_assert (NULL != q1);
495 q2 = GNUNET_TESTBED_operation_queue_create_ (2); 495 q2 = GNUNET_TESTBED_operation_queue_create_ (OPERATION_QUEUE_TYPE_FIXED, 2);
496 GNUNET_assert (NULL != q2); 496 GNUNET_assert (NULL != q2);
497 op1 = GNUNET_TESTBED_operation_create_ (&op1, start_cb, release_cb); 497 op1 = GNUNET_TESTBED_operation_create_ (&op1, start_cb, release_cb);
498 GNUNET_assert (NULL != op1); 498 GNUNET_assert (NULL != op1);