aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-24 22:43:04 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-24 22:43:04 +0000
commit38fea0d2e4fe5410fcba7b115080a464f9af1930 (patch)
tree89910fa746a75a473fb1d21d5e141a3639ea223b /src/datastore/perf_datastore_api.c
parent705b8ff512ec5595aa2b9f39c865281216df1ba3 (diff)
downloadgnunet-38fea0d2e4fe5410fcba7b115080a464f9af1930.tar.gz
gnunet-38fea0d2e4fe5410fcba7b115080a464f9af1930.zip
better tmp dir name'
Diffstat (limited to 'src/datastore/perf_datastore_api.c')
-rw-r--r--src/datastore/perf_datastore_api.c4
1 files changed, 2 insertions, 2 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[])
383{ 383{
384 int ret; 384 int ret;
385 385
386 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); 386 GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
387 GNUNET_log_setup ("perf-datastore-api", 387 GNUNET_log_setup ("perf-datastore-api",
388#if VERBOSE 388#if VERBOSE
389 "DEBUG", 389 "DEBUG",
@@ -395,7 +395,7 @@ main (int argc, char *argv[])
395#if REPORT_ID 395#if REPORT_ID
396 fprintf (stderr, "\n"); 396 fprintf (stderr, "\n");
397#endif 397#endif
398 GNUNET_DISK_directory_remove ("/tmp/test-gnunetd-datastore"); 398 GNUNET_DISK_directory_remove ("/tmp/perf-gnunet-datastore");
399 return ret; 399 return ret;
400} 400}
401 401