aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/test_fragmentation.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-04 21:01:22 +0000
commit0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf (patch)
treeac53b9088e75b7041e14e3455698a75da085b3d7 /src/fragmentation/test_fragmentation.c
parentb6d09b511fbd61d3b36fde4c28624bed321bf4a1 (diff)
downloadgnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.tar.gz
gnunet-0e4c7cdccfc4105f9c6e529cfa0e3722104b0ddf.zip
-misc bugfixes, travel hacking
Diffstat (limited to 'src/fragmentation/test_fragmentation.c')
-rw-r--r--src/fragmentation/test_fragmentation.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fragmentation/test_fragmentation.c b/src/fragmentation/test_fragmentation.c
index ecbcdddab..2a30d7d93 100644
--- a/src/fragmentation/test_fragmentation.c
+++ b/src/fragmentation/test_fragmentation.c
@@ -25,8 +25,6 @@
25#include "platform.h" 25#include "platform.h"
26#include "gnunet_fragmentation_lib.h" 26#include "gnunet_fragmentation_lib.h"
27 27
28#define VERBOSE GNUNET_NO
29
30#define DETAILS GNUNET_NO 28#define DETAILS GNUNET_NO
31 29
32/** 30/**
@@ -234,21 +232,13 @@ main (int argc, char *argv[])
234 "-c", 232 "-c",
235 "test_fragmentation_data.conf", 233 "test_fragmentation_data.conf",
236 "-L", 234 "-L",
237#if VERBOSE
238 "DEBUG",
239#else
240 "WARNING", 235 "WARNING",
241#endif
242 NULL 236 NULL
243 }; 237 };
244 unsigned int i; 238 unsigned int i;
245 239
246 GNUNET_log_setup ("test-fragmentation", 240 GNUNET_log_setup ("test-fragmentation",
247#if VERBOSE
248 "DEBUG",
249#else
250 "WARNING", 241 "WARNING",
251#endif
252 NULL); 242 NULL);
253 for (i = 0; i < NUM_MSGS; i++) 243 for (i = 0; i < NUM_MSGS; i++)
254 GNUNET_BANDWIDTH_tracker_init (&trackers[i], 244 GNUNET_BANDWIDTH_tracker_init (&trackers[i],