From 38fea0d2e4fe5410fcba7b115080a464f9af1930 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Oct 2009 22:43:04 +0000 Subject: [PATCH] better tmp dir name' --- src/datastore/perf_datastore_api.c | 4 ++-- src/datastore/perf_plugin_datastore.c | 4 ++-- src/datastore/perf_plugin_datastore_data.conf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c index e454e69f0..084234b17 100644 --- a/src/datastore/perf_datastore_api.c +++ b/src/datastore/perf_datastore_api.c @@ -383,7 +383,7 @@ main (int argc, char *argv[]) { int ret; - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore"); GNUNET_log_setup ("perf-datastore-api", #if VERBOSE "DEBUG", @@ -395,7 +395,7 @@ main (int argc, char *argv[]) #if REPORT_ID fprintf (stderr, "\n"); #endif - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore"); return ret; } diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c index 9d2b1cc6c..b7bc9db31 100644 --- a/src/datastore/perf_plugin_datastore.c +++ b/src/datastore/perf_plugin_datastore.c @@ -400,7 +400,7 @@ main (int argc, char *argv[]) { int ret; - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore"); GNUNET_log_setup ("perf-plugin-datastore", #if VERBOSE "DEBUG", @@ -409,7 +409,7 @@ main (int argc, char *argv[]) #endif NULL); ret = check (); - GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); + GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore"); return ret; } diff --git a/src/datastore/perf_plugin_datastore_data.conf b/src/datastore/perf_plugin_datastore_data.conf index 849c322c9..a573e8e54 100644 --- a/src/datastore/perf_plugin_datastore_data.conf +++ b/src/datastore/perf_plugin_datastore_data.conf @@ -1,5 +1,5 @@ [PATHS] -SERVICEHOME = /tmp/test-gnunetd-datastore/ +SERVICEHOME = /tmp/perf-gnunet-datastore/ [datastore] PORT = 22654 -- 2.25.1