gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: merge flags into enum for GNUNET


From: gnunet
Subject: [taler-exchange] branch master updated: merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188
Date: Sat, 18 Jul 2020 00:45:03 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 80ba1c6e merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188
80ba1c6e is described below

commit 80ba1c6ebe03021dc464d4c3273607d1fa990de5
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jul 18 00:44:59 2020 +0200

    merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188
---
 src/benchmark/taler-exchange-benchmark.c | 4 +---
 src/testing/testing_api_loop.c           | 3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/benchmark/taler-exchange-benchmark.c 
b/src/benchmark/taler-exchange-benchmark.c
index 76ab1d56..537399ae 100644
--- a/src/benchmark/taler-exchange-benchmark.c
+++ b/src/benchmark/taler-exchange-benchmark.c
@@ -705,9 +705,7 @@ parallel_benchmark (TALER_TESTING_Main main_cb,
                 remote_cmd);
 
     GNUNET_assert (NULL != (exchange_slave_pipe =
-                              GNUNET_DISK_pipe (GNUNET_YES,
-                                                GNUNET_YES,
-                                                0, 0)));
+                              GNUNET_DISK_pipe (GNUNET_DISK_PF_BLOCKING_RW)));
 
     exchange_slave = GNUNET_OS_start_process 
(GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
                                               exchange_slave_pipe, NULL, NULL,
diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c
index fceff423..aedb33fc 100644
--- a/src/testing/testing_api_loop.c
+++ b/src/testing/testing_api_loop.c
@@ -790,8 +790,7 @@ TALER_TESTING_setup (TALER_TESTING_Main main_cb,
           sizeof (is));
   is.exchanged = exchanged;
   is.cfg = cfg;
-  sigpipe = GNUNET_DISK_pipe (GNUNET_NO, GNUNET_NO,
-                              GNUNET_NO, GNUNET_NO);
+  sigpipe = GNUNET_DISK_pipe (GNUNET_DISK_PF_NONE);
   GNUNET_assert (NULL != sigpipe);
   shc_chld = GNUNET_SIGNAL_handler_install
                (GNUNET_SIGCHLD,

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