aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-14 21:33:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-14 21:33:18 +0000
commit986b5d0525119ce4af43a1cb2b784fe43661e4bc (patch)
treeb29fdb58bd2f010cea884b88684a43106e26fa2a /src
parent470d13d6a968102dd52ebd9ac4fb557bff391d3c (diff)
downloadgnunet-986b5d0525119ce4af43a1cb2b784fe43661e4bc.tar.gz
gnunet-986b5d0525119ce4af43a1cb2b784fe43661e4bc.zip
nodebg
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_test_lib_data.conf6
-rw-r--r--src/fs/gnunet-service-fs.c2
-rw-r--r--src/fs/gnunet-service-fs_indexing.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 2a8821845..164c884c0 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -20,7 +20,7 @@ HOSTNAME = localhost
20DEFAULTSERVICES = fs 20DEFAULTSERVICES = fs
21 21
22[datastore] 22[datastore]
23DEBUG = YES 23#DEBUG = YES
24#PREFIX = valgrind --tool=memcheck --leak-check=yes 24#PREFIX = valgrind --tool=memcheck --leak-check=yes
25#BINARY = /home/grothoff/bin/gnunet-service-datastore 25#BINARY = /home/grothoff/bin/gnunet-service-datastore
26 26
@@ -44,7 +44,7 @@ HOSTNAME = localhost
44#TOTAL_QUOTA_OUT = 9321 44#TOTAL_QUOTA_OUT = 9321
45TOTAL_QUOTA_IN = 3932160 45TOTAL_QUOTA_IN = 3932160
46TOTAL_QUOTA_OUT = 3932160 46TOTAL_QUOTA_OUT = 3932160
47DEBUG = YES 47#DEBUG = YES
48#PREFIX = valgrind --tool=memcheck --leak-check=yes 48#PREFIX = valgrind --tool=memcheck --leak-check=yes
49#BINARY = /home/grothoff/bin/gnunet-service-core 49#BINARY = /home/grothoff/bin/gnunet-service-core
50 50
@@ -52,7 +52,7 @@ DEBUG = YES
52PORT = 43471 52PORT = 43471
53HOSTNAME = localhost 53HOSTNAME = localhost
54#OPTIONS = -L DEBUG 54#OPTIONS = -L DEBUG
55DEBUG = YES 55#DEBUG = YES
56#PREFIX = valgrind --tool=memcheck --leak-check=yes 56#PREFIX = valgrind --tool=memcheck --leak-check=yes
57#BINARY = /home/grothoff/bin/gnunet-service-fs 57#BINARY = /home/grothoff/bin/gnunet-service-fs
58#PREFIX = xterm -e gdb -x cmd --args 58#PREFIX = xterm -e gdb -x cmd --args
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index d44ff1a41..f0eb08751 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -46,7 +46,7 @@
46#include "gnunet-service-fs_indexing.h" 46#include "gnunet-service-fs_indexing.h"
47#include "fs.h" 47#include "fs.h"
48 48
49#define DEBUG_FS GNUNET_YES 49#define DEBUG_FS GNUNET_NO
50 50
51/** 51/**
52 * Maximum number of outgoing messages we queue per peer. 52 * Maximum number of outgoing messages we queue per peer.
diff --git a/src/fs/gnunet-service-fs_indexing.c b/src/fs/gnunet-service-fs_indexing.c
index 363bdea41..6c44f8e2f 100644
--- a/src/fs/gnunet-service-fs_indexing.c
+++ b/src/fs/gnunet-service-fs_indexing.c
@@ -40,7 +40,7 @@
40#include "gnunet-service-fs_indexing.h" 40#include "gnunet-service-fs_indexing.h"
41#include "fs.h" 41#include "fs.h"
42 42
43#define DEBUG_FS GNUNET_YES 43#define DEBUG_FS GNUNET_NO
44 44
45/** 45/**
46 * In-memory information about indexed files (also available 46 * In-memory information about indexed files (also available