aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/transport-testing2.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/transport/transport-testing2.c b/src/transport/transport-testing2.c
index 10b064241..13944e9f0 100644
--- a/src/transport/transport-testing2.c
+++ b/src/transport/transport-testing2.c
@@ -897,6 +897,7 @@ shutdown_process (struct GNUNET_OS_Process *proc)
897 GNUNET_OS_process_destroy (proc); 897 GNUNET_OS_process_destroy (proc);
898} 898}
899 899
900
900static void 901static void
901shutdown_peerstore (void *cls) 902shutdown_peerstore (void *cls)
902{ 903{
@@ -904,6 +905,7 @@ shutdown_peerstore (void *cls)
904 shutdown_process (proc); 905 shutdown_process (proc);
905} 906}
906 907
908
907static void 909static void
908shutdown_communicator (void *cls) 910shutdown_communicator (void *cls)
909{ 911{
@@ -939,8 +941,8 @@ communicator_start (
939 941
940 942
941 binary = GNUNET_OS_get_libexec_binary_path (binary_name); 943 binary = GNUNET_OS_get_libexec_binary_path (binary_name);
942 tc_h->c_proc = GNUNET_OS_start_process_s (GNUNET_YES, 944 tc_h->c_proc = GNUNET_OS_start_process_s (GNUNET_OS_USE_PIPE_CONTROL
943 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 945 | GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
944 NULL, 946 NULL,
945 loprefix, 947 loprefix,
946 binary, 948 binary,
@@ -1026,8 +1028,8 @@ peerstore_start (
1026 1028
1027 LOG (GNUNET_ERROR_TYPE_DEBUG, "peerstore_start\n"); 1029 LOG (GNUNET_ERROR_TYPE_DEBUG, "peerstore_start\n");
1028 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-peerstore"); 1030 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-peerstore");
1029 tc_h->ps_proc = GNUNET_OS_start_process (GNUNET_YES, 1031 tc_h->ps_proc = GNUNET_OS_start_process (GNUNET_OS_USE_PIPE_CONTROL
1030 GNUNET_OS_INHERIT_STD_OUT_AND_ERR, 1032 | GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
1031 NULL, 1033 NULL,
1032 NULL, 1034 NULL,
1033 NULL, 1035 NULL,
@@ -1045,6 +1047,7 @@ peerstore_start (
1045 GNUNET_free (binary); 1047 GNUNET_free (binary);
1046} 1048}
1047 1049
1050
1048/** 1051/**
1049 * @brief Start NAT 1052 * @brief Start NAT
1050 * 1053 *