gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: propose barrier API


From: gnunet
Subject: [gnunet] branch master updated: propose barrier API
Date: Mon, 06 Dec 2021 10:04:38 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a388fd600 propose barrier API
a388fd600 is described below

commit a388fd6002f42ebc93c0e12116284be539e0cf0d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 6 10:04:34 2021 +0100

    propose barrier API
---
 src/include/gnunet_testing_netjail_lib.h | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/include/gnunet_testing_netjail_lib.h 
b/src/include/gnunet_testing_netjail_lib.h
index 011db00f8..a05990cb0 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -421,7 +421,22 @@ struct GNUNET_MessageHeader *
 GNUNET_TESTING_send_local_test_finished_msg (enum GNUNET_GenericReturnValue 
rv);
 
 
+struct GNUNET_TESTING_Command
+GNUNET_TESTING_cmd_barrier_create (
+  const char *label);
+
 
+struct GNUNET_TESTING_Command
+GNUNET_TESTING_cmd_barrier_reached (
+  const char *label,
+  const char *barrier_label);
+
+
+// Wait for barrier to be reached by all, implies reached!
+struct GNUNET_TESTING_Command
+GNUNET_TESTING_cmd_barrier_await (
+  const char *label,
+  const char *barrier_label);
 
 
 struct GNUNET_TESTING_Command

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]