aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-18 11:43:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-18 11:43:23 +0000
commit24c7345ea01a015a00a711e91eb893c5c1018abc (patch)
tree26db642de762223fc51f7208ee217dcc2acf1496 /src/fs
parent7595e5de319265cadbd3fc8ccceb97a29e9111f3 (diff)
downloadgnunet-24c7345ea01a015a00a711e91eb893c5c1018abc.tar.gz
gnunet-24c7345ea01a015a00a711e91eb893c5c1018abc.zip
move
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_test_lib_data.conf2
-rw-r--r--src/fs/gnunet-service-fs_indexing.c2
-rw-r--r--src/fs/test_fs_download_data.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 20004ab16..fb1bdc533 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -42,7 +42,7 @@ PORT = 43470
42HOSTNAME = localhost 42HOSTNAME = localhost
43#TOTAL_QUOTA_IN = 3932160 43#TOTAL_QUOTA_IN = 3932160
44#TOTAL_QUOTA_OUT = 3932160 44#TOTAL_QUOTA_OUT = 3932160
45DEBUG = YES 45#DEBUG = YES
46#PREFIX = valgrind --tool=memcheck --leak-check=yes 46#PREFIX = valgrind --tool=memcheck --leak-check=yes
47#BINARY = /home/grothoff/bin/gnunet-service-core 47#BINARY = /home/grothoff/bin/gnunet-service-core
48 48
diff --git a/src/fs/gnunet-service-fs_indexing.c b/src/fs/gnunet-service-fs_indexing.c
index 37ef08ba5..ca9a226a2 100644
--- a/src/fs/gnunet-service-fs_indexing.c
+++ b/src/fs/gnunet-service-fs_indexing.c
@@ -38,7 +38,7 @@
38#include "gnunet-service-fs_indexing.h" 38#include "gnunet-service-fs_indexing.h"
39#include "fs.h" 39#include "fs.h"
40 40
41#define DEBUG_FS GNUNET_YES 41#define DEBUG_FS GNUNET_NO
42 42
43/** 43/**
44 * In-memory information about indexed files (also available 44 * In-memory information about indexed files (also available
diff --git a/src/fs/test_fs_download_data.conf b/src/fs/test_fs_download_data.conf
index e4aa966d5..366a30844 100644
--- a/src/fs/test_fs_download_data.conf
+++ b/src/fs/test_fs_download_data.conf
@@ -19,7 +19,7 @@ HOSTNAME = localhost
19DEFAULTSERVICES = resolver datastore transport core fs 19DEFAULTSERVICES = resolver datastore transport core fs
20 20
21[datastore] 21[datastore]
22DEBUG = YES 22# DEBUG = YES
23 23
24[statistics] 24[statistics]
25PORT = 42467 25PORT = 42467