aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
commit0238db34853380280ccf164918ebbb28260f4629 (patch)
tree2c47ddbbfa27e7a0479d5c12e78d77342780a4bd /src/datastore/perf_datastore_api.c
parentdc3ae8f36ec69ca2a96a93feda501682ff168320 (diff)
downloadgnunet-0238db34853380280ccf164918ebbb28260f4629.tar.gz
gnunet-0238db34853380280ccf164918ebbb28260f4629.zip
enabling use of pipes for signal communication also on UNIX to enable future integration with Java services
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index 393972da2..aae152db8 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -343,7 +343,7 @@ check ()
343 GNUNET_snprintf (cfg_name, sizeof (cfg_name), 343 GNUNET_snprintf (cfg_name, sizeof (cfg_name),
344 "test_datastore_api_data_%s.conf", plugin_name); 344 "test_datastore_api_data_%s.conf", plugin_name);
345 proc = 345 proc =
346 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 346 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
347 "gnunet-service-arm", 347 "gnunet-service-arm",
348#if VERBOSE 348#if VERBOSE
349 "-L", "DEBUG", 349 "-L", "DEBUG",