aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport-testing2.c')
-rw-r--r--src/transport/transport-testing2.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/transport/transport-testing2.c b/src/transport/transport-testing2.c
index 0dc1bb331..2a7a1dfcb 100644
--- a/src/transport/transport-testing2.c
+++ b/src/transport/transport-testing2.c
@@ -915,8 +915,8 @@ communicator_start (
915 915
916 LOG (GNUNET_ERROR_TYPE_DEBUG, "communicator_start\n"); 916 LOG (GNUNET_ERROR_TYPE_DEBUG, "communicator_start\n");
917 binary = GNUNET_OS_get_libexec_binary_path (binary_name); 917 binary = GNUNET_OS_get_libexec_binary_path (binary_name);
918 tc_h->c_proc = GNUNET_OS_start_process (GNUNET_YES, 918 tc_h->c_proc = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_OUT_AND_ERR
919 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 919 | GNUNET_OS_USE_PIPE_CONTROL,
920 NULL, 920 NULL,
921 NULL, 921 NULL,
922 NULL, 922 NULL,
@@ -967,8 +967,8 @@ resolver_start (struct
967 967
968 LOG (GNUNET_ERROR_TYPE_DEBUG, "resolver_start\n"); 968 LOG (GNUNET_ERROR_TYPE_DEBUG, "resolver_start\n");
969 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-resolver"); 969 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-resolver");
970 tc_h->resolver_proc = GNUNET_OS_start_process (GNUNET_YES, 970 tc_h->resolver_proc = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_OUT_AND_ERR
971 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 971 | GNUNET_OS_USE_PIPE_CONTROL,
972 NULL, 972 NULL,
973 NULL, 973 NULL,
974 NULL, 974 NULL,
@@ -999,8 +999,8 @@ nat_start (
999 999
1000 LOG (GNUNET_ERROR_TYPE_DEBUG, "nat_start\n"); 1000 LOG (GNUNET_ERROR_TYPE_DEBUG, "nat_start\n");
1001 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-nat"); 1001 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-nat");
1002 tc_h->nat_proc = GNUNET_OS_start_process (GNUNET_YES, 1002 tc_h->nat_proc = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_OUT_AND_ERR
1003 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 1003 | GNUNET_OS_USE_PIPE_CONTROL,
1004 NULL, 1004 NULL,
1005 NULL, 1005 NULL,
1006 NULL, 1006 NULL,