aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-14 19:18:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-14 19:18:00 +0000
commitf16d992113133d15b3d09b95351d37d38597d595 (patch)
treee1b2b354e4dadb3913bb585151ff89e5974ea9cf /src
parent0b50af049df2c6468d8f5ff1f05ed118c9a7ffb8 (diff)
downloadgnunet-f16d992113133d15b3d09b95351d37d38597d595.tar.gz
gnunet-f16d992113133d15b3d09b95351d37d38597d595.zip
nodebug
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_download.c2
-rw-r--r--src/fs/gnunet-service-fs.c2
-rw-r--r--src/fs/gnunet-service-fs_indexing.c2
-rw-r--r--src/fs/test_gnunet_service_fs_migration.c3
-rw-r--r--src/fs/test_gnunet_service_fs_migration_data.conf8
5 files changed, 8 insertions, 9 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 807ade93c..1982153a1 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -33,7 +33,7 @@
33#include "fs.h" 33#include "fs.h"
34#include "fs_tree.h" 34#include "fs_tree.h"
35 35
36#define DEBUG_DOWNLOAD GNUNET_YES 36#define DEBUG_DOWNLOAD GNUNET_NO
37 37
38/** 38/**
39 * Determine if the given download (options and meta data) should cause 39 * Determine if the given download (options and meta data) should cause
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index d7dc86002..874c2ecc5 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -44,7 +44,7 @@
44#include "gnunet-service-fs_indexing.h" 44#include "gnunet-service-fs_indexing.h"
45#include "fs.h" 45#include "fs.h"
46 46
47#define DEBUG_FS GNUNET_YES 47#define DEBUG_FS GNUNET_NO
48 48
49/** 49/**
50 * Maximum number of outgoing messages we queue per peer. 50 * 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 808f56a2c..630a78b10 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
diff --git a/src/fs/test_gnunet_service_fs_migration.c b/src/fs/test_gnunet_service_fs_migration.c
index 8b68da2fb..c1b00658b 100644
--- a/src/fs/test_gnunet_service_fs_migration.c
+++ b/src/fs/test_gnunet_service_fs_migration.c
@@ -27,7 +27,7 @@
27#include "fs_test_lib.h" 27#include "fs_test_lib.h"
28#include "gnunet_testing_lib.h" 28#include "gnunet_testing_lib.h"
29 29
30#define VERBOSE GNUNET_YES 30#define VERBOSE GNUNET_NO
31 31
32/** 32/**
33 * File-size we use for testing. 33 * File-size we use for testing.
@@ -243,7 +243,6 @@ main (int argc, char *argv[])
243 "WARNING", 243 "WARNING",
244#endif 244#endif
245 NULL); 245 NULL);
246 system ("netstat -ntpl");
247 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1, 246 GNUNET_PROGRAM_run ((sizeof (argvx) / sizeof (char *)) - 1,
248 argvx, "test-gnunet-service-fs-migration", 247 argvx, "test-gnunet-service-fs-migration",
249 "nohelp", options, &run, NULL); 248 "nohelp", options, &run, NULL);
diff --git a/src/fs/test_gnunet_service_fs_migration_data.conf b/src/fs/test_gnunet_service_fs_migration_data.conf
index 9a388e0e8..4c7f95ee9 100644
--- a/src/fs/test_gnunet_service_fs_migration_data.conf
+++ b/src/fs/test_gnunet_service_fs_migration_data.conf
@@ -12,13 +12,13 @@ HOSTNAME = localhost
12[transport] 12[transport]
13PORT = 43465 13PORT = 43465
14PLUGINS = tcp 14PLUGINS = tcp
15DEBUG = YES 15#DEBUG = YES
16 16
17[arm] 17[arm]
18PORT = 43466 18PORT = 43466
19HOSTNAME = localhost 19HOSTNAME = localhost
20DEFAULTSERVICES = fs 20DEFAULTSERVICES = fs
21OPTIONS = -L DEBUG 21#OPTIONS = -L DEBUG
22 22
23[datastore] 23[datastore]
24#DEBUG = YES 24#DEBUG = YES
@@ -43,7 +43,7 @@ HOSTNAME = localhost
43#TOTAL_QUOTA_OUT = 9321 43#TOTAL_QUOTA_OUT = 9321
44TOTAL_QUOTA_IN = 3932160 44TOTAL_QUOTA_IN = 3932160
45TOTAL_QUOTA_OUT = 3932160 45TOTAL_QUOTA_OUT = 3932160
46DEBUG = YES 46#DEBUG = YES
47#PREFIX = valgrind --tool=memcheck --leak-check=yes 47#PREFIX = valgrind --tool=memcheck --leak-check=yes
48 48
49[fs] 49[fs]
@@ -51,7 +51,7 @@ PORT = 43471
51HOSTNAME = localhost 51HOSTNAME = localhost
52#OPTIONS = -L DEBUG 52#OPTIONS = -L DEBUG
53ACTIVEMIGRATION = YES 53ACTIVEMIGRATION = YES
54DEBUG = YES 54#DEBUG = YES
55#PREFIX = valgrind --tool=memcheck --leak-check=yes 55#PREFIX = valgrind --tool=memcheck --leak-check=yes
56#PREFIX = xterm -e gdb -x cmd --args 56#PREFIX = xterm -e gdb -x cmd --args
57 57