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.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/transport/transport-testing2.c b/src/transport/transport-testing2.c
index 13944e9f0..e194b0159 100644
--- a/src/transport/transport-testing2.c
+++ b/src/transport/transport-testing2.c
@@ -897,7 +897,6 @@ shutdown_process (struct GNUNET_OS_Process *proc)
897 GNUNET_OS_process_destroy (proc); 897 GNUNET_OS_process_destroy (proc);
898} 898}
899 899
900
901static void 900static void
902shutdown_peerstore (void *cls) 901shutdown_peerstore (void *cls)
903{ 902{
@@ -905,7 +904,6 @@ shutdown_peerstore (void *cls)
905 shutdown_process (proc); 904 shutdown_process (proc);
906} 905}
907 906
908
909static void 907static void
910shutdown_communicator (void *cls) 908shutdown_communicator (void *cls)
911{ 909{
@@ -941,8 +939,7 @@ communicator_start (
941 939
942 940
943 binary = GNUNET_OS_get_libexec_binary_path (binary_name); 941 binary = GNUNET_OS_get_libexec_binary_path (binary_name);
944 tc_h->c_proc = GNUNET_OS_start_process_s (GNUNET_OS_USE_PIPE_CONTROL 942 tc_h->c_proc = GNUNET_OS_start_process_s (GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
945 | GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
946 NULL, 943 NULL,
947 loprefix, 944 loprefix,
948 binary, 945 binary,
@@ -1026,10 +1023,8 @@ peerstore_start (
1026{ 1023{
1027 char *binary; 1024 char *binary;
1028 1025
1029 LOG (GNUNET_ERROR_TYPE_DEBUG, "peerstore_start\n");
1030 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-peerstore"); 1026 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-service-peerstore");
1031 tc_h->ps_proc = GNUNET_OS_start_process (GNUNET_OS_USE_PIPE_CONTROL 1027 tc_h->ps_proc = GNUNET_OS_start_process (GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
1032 | GNUNET_OS_INHERIT_STD_OUT_AND_ERR,
1033 NULL, 1028 NULL,
1034 NULL, 1029 NULL,
1035 NULL, 1030 NULL,
@@ -1047,7 +1042,6 @@ peerstore_start (
1047 GNUNET_free (binary); 1042 GNUNET_free (binary);
1048} 1043}
1049 1044
1050
1051/** 1045/**
1052 * @brief Start NAT 1046 * @brief Start NAT
1053 * 1047 *