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:14:05 +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 7a7f3d5e0 propose barrier API
7a7f3d5e0 is described below

commit 7a7f3d5e0f7b76c07a395e6e0b4af4f39c4a2895
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 6 10:14:03 2021 +0100

    propose barrier API
---
 src/include/gnunet_testing_netjail_lib.h | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/src/include/gnunet_testing_netjail_lib.h 
b/src/include/gnunet_testing_netjail_lib.h
index aefa35014..a1e14ec9f 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -431,19 +431,15 @@ GNUNET_TESTING_cmd_barrier_setup_finished (
   const char *label);
 
 
+// Wait for barrier to be reached by all;
+// async version implies reached but does not
+// wait on other peers to reach it.
 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
 GNUNET_TESTING_cmd_block_until_all_peers_started (
   const char *label,

-- 
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]