aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_resolver_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/util/test_resolver_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/util/test_resolver_api.c')
-rw-r--r--src/util/test_resolver_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_resolver_api.c b/src/util/test_resolver_api.c
index 4ad5a2cf5..67d5f4640 100644
--- a/src/util/test_resolver_api.c
+++ b/src/util/test_resolver_api.c
@@ -393,7 +393,7 @@ check ()
393 pfx = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR); 393 pfx = GNUNET_OS_installation_get_path (GNUNET_OS_IPK_BINDIR);
394 GNUNET_asprintf (&fn, "%s%cgnunet-service-resolver", pfx, DIR_SEPARATOR); 394 GNUNET_asprintf (&fn, "%s%cgnunet-service-resolver", pfx, DIR_SEPARATOR);
395 GNUNET_free (pfx); 395 GNUNET_free (pfx);
396 proc = GNUNET_OS_start_process (NULL, NULL, fn, "gnunet-service-resolver", 396 proc = GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, fn, "gnunet-service-resolver",
397#if VERBOSE 397#if VERBOSE
398 "-L", "DEBUG", 398 "-L", "DEBUG",
399#endif 399#endif