aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_ng_lib.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2022-12-13 13:08:17 +0100
committert3sserakt <t3ss@posteo.de>2022-12-13 13:08:17 +0100
commitba4d141be09651b452270fc21f062d50bd3f738a (patch)
tree309c149fc8989fc83a893703e4f86194fb9a2f36 /src/include/gnunet_testing_ng_lib.h
parent52d0d09146c1d13bded8195cb91845acac1b355d (diff)
downloadgnunet-ba4d141be09651b452270fc21f062d50bd3f738a.tar.gz
gnunet-ba4d141be09651b452270fc21f062d50bd3f738a.zip
- refactored barrier header, fixed messages for barrier signaling
Diffstat (limited to 'src/include/gnunet_testing_ng_lib.h')
-rw-r--r--src/include/gnunet_testing_ng_lib.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index 270fdab26..f0e2e3250 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -418,38 +418,6 @@ GNUNET_TESTING_main (struct GNUNET_TESTING_Command *commands,
418 struct GNUNET_TIME_Relative timeout); 418 struct GNUNET_TIME_Relative timeout);
419 419
420 420
421/**
422 * Deleting all barriers create in the context of this interpreter.
423 *
424 * @param is The interpreter.
425 */
426void
427GNUNET_TESTING_delete_barriers (struct GNUNET_TESTING_Interpreter *is);
428
429
430/**
431 * Getting a barrier from the interpreter.
432 *
433 * @param is The interpreter.
434 * @param barrier_name The name of the barrier.
435 * @return The barrier.
436 */
437struct GNUNET_TESTING_Barrier *
438GNUNET_TESTING_get_barrier (struct GNUNET_TESTING_Interpreter *is,
439 const char *barrier_name);
440
441
442/**
443 * Add a barrier to the loop.
444 *
445 * @param is The interpreter.
446 * @param barrier The barrier to add.
447 */
448void
449GNUNET_TESTING_interpreter_add_barrier (struct GNUNET_TESTING_Interpreter *is,
450 struct GNUNET_TESTING_Barrier *barrier);
451
452
453/* ************** Specific interpreter commands ************ */ 421/* ************** Specific interpreter commands ************ */
454 422
455 423