aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_reconnect.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-14 18:30:08 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-14 18:30:08 +0000
commit86559fb594b8a9c9c99575d4915caa4937b14311 (patch)
tree6d552e9ccb4e2dec941af45132147220d92d2af6 /src/testing/test_testing_reconnect.c
parent2ebe944c1ef77807610668fefd716e2adf9a2e9a (diff)
downloadgnunet-86559fb594b8a9c9c99575d4915caa4937b14311.tar.gz
gnunet-86559fb594b8a9c9c99575d4915caa4937b14311.zip
code not to be used by anyone, ever
Diffstat (limited to 'src/testing/test_testing_reconnect.c')
-rw-r--r--src/testing/test_testing_reconnect.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c
index 46b7934f1..7cec78f98 100644
--- a/src/testing/test_testing_reconnect.c
+++ b/src/testing/test_testing_reconnect.c
@@ -24,7 +24,7 @@
24#include "platform.h" 24#include "platform.h"
25#include "gnunet_testing_lib.h" 25#include "gnunet_testing_lib.h"
26 26
27#define VERBOSE GNUNET_NO 27#define VERBOSE GNUNET_YES
28 28
29/** 29/**
30 * How long until we give up on connecting the peers? 30 * How long until we give up on connecting the peers?
@@ -164,7 +164,7 @@ my_cb1 (void *cls,
164 "Daemon `%s' started.\n", GNUNET_i2s (id)); 164 "Daemon `%s' started.\n", GNUNET_i2s (id));
165#endif 165#endif
166 d2 = 166 d2 =
167 GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL, 167 GNUNET_TESTING_daemon_start (c2, TIMEOUT, GNUNET_NO, NULL, NULL, 0, NULL, NULL, NULL,
168 &my_cb2, NULL); 168 &my_cb2, NULL);
169 GNUNET_assert (d2 != NULL); 169 GNUNET_assert (d2 != NULL);
170} 170}
@@ -191,7 +191,7 @@ run_phase ()
191{ 191{
192 phase++; 192 phase++;
193 d1 = 193 d1 =
194 GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL, 194 GNUNET_TESTING_daemon_start (c1, TIMEOUT, GNUNET_NO, NULL, NULL, 0, NULL, NULL, NULL,
195 &my_cb1, NULL); 195 &my_cb1, NULL);
196 GNUNET_assert (d1 != NULL); 196 GNUNET_assert (d1 != NULL);
197} 197}