summaryrefslogtreecommitdiff
path: root/src/benchmark/taler-exchange-benchmark.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-18 00:44:59 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-18 00:44:59 +0200
commit80ba1c6ebe03021dc464d4c3273607d1fa990de5 (patch)
tree7c2c4586d3bb8532705daafb2b23c73fc1e7384d /src/benchmark/taler-exchange-benchmark.c
parent3f9c4646974b9d5c6e8f863219afe95c982eded6 (diff)
downloadexchange-80ba1c6ebe03021dc464d4c3273607d1fa990de5.tar.gz
exchange-80ba1c6ebe03021dc464d4c3273607d1fa990de5.tar.bz2
exchange-80ba1c6ebe03021dc464d4c3273607d1fa990de5.zip
merge flags into enum for GNUNET_DISK_pipe() API, fixing #6188
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.c')
-rw-r--r--src/benchmark/taler-exchange-benchmark.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c
index 76ab1d561..537399aed 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,