gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -add missing helper


From: gnunet
Subject: [gnunet] branch master updated: -add missing helper
Date: Wed, 07 Apr 2021 09:13:37 +0200

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 776be341d -add missing helper
776be341d is described below

commit 776be341d9d0acd240accc07aadcb833b31d5028
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Apr 7 09:10:47 2021 +0200

    -add missing helper
---
 src/include/gnunet_testing_ng_lib.h | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/src/include/gnunet_testing_ng_lib.h 
b/src/include/gnunet_testing_ng_lib.h
index 951158ca4..ed96bb447 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -270,6 +270,17 @@ struct GNUNET_TESTING_Command
 GNUNET_TESTING_cmd_end (void);
 
 
+/**
+ * Turn asynchronous command into synchronous command.
+ *
+ * @param cmd command to make synchronous.
+ * @return a finish-command.
+ */
+// SUGGESTION (NEW!)
+const struct GNUNET_TESTING_Command
+TALER_TESTING_cmd_make_synchronous (const struct GNUNET_TESTING_Command cmd);
+
+
 /**
  * Create (synchronous) command that waits for another command to finish.
  * If @a cmd_ref did not finish after @a timeout, this command will fail
@@ -282,7 +293,7 @@ GNUNET_TESTING_cmd_end (void);
  * @return a finish-command.
  */
 // SUGGESTION (NEW!)
-const struct GNUNET_TESTING_Command *
+const struct GNUNET_TESTING_Command
 TALER_TESTING_cmd_finish (const char *finish_label,
                           const char *cmd_ref,
                           struct GNUNET_TIME_Relative timeout);

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