aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-01-29 10:53:44 +0000
committerNathan S. Evans <evans@in.tum.de>2010-01-29 10:53:44 +0000
commit0eca3fa1624aedfb640e61aa423a2f9e7432d500 (patch)
tree57780bfff037a919a84ea2997ab04cd1dee861bf /src
parent12dd06d765a8e7cce38c1535231b3cef7e1288d7 (diff)
downloadgnunet-0eca3fa1624aedfb640e61aa423a2f9e7432d500.tar.gz
gnunet-0eca3fa1624aedfb640e61aa423a2f9e7432d500.zip
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_transport_api.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index d6b35c8f9..f32feca26 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -31,13 +31,13 @@
31#include "gnunet_transport_service.h" 31#include "gnunet_transport_service.h"
32#include "transport.h" 32#include "transport.h"
33 33
34#define VERBOSE GNUNET_NO 34#define VERBOSE GNUNET_YES
35 35
36#define VERBOSE_ARM GNUNET_NO 36#define VERBOSE_ARM GNUNET_NO
37 37
38#define START_ARM GNUNET_YES 38#define START_ARM GNUNET_YES
39 39
40#define VERBOSE_TRANSPORT GNUNET_NO 40#define VERBOSE_TRANSPORT GNUNET_YES
41 41
42/** 42/**
43 * How long until we give up on transmitting the message? 43 * How long until we give up on transmitting the message?
@@ -218,6 +218,7 @@ exchange_hello_last (void *cls,
218 GNUNET_assert (GNUNET_OK == 218 GNUNET_assert (GNUNET_OK ==
219 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) 219 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *)
220 message, &me->id)); 220 message, &me->id));
221
221 GNUNET_TRANSPORT_offer_hello (p1.th, message); 222 GNUNET_TRANSPORT_offer_hello (p1.th, message);
222 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 223 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
223 "Finished exchanging HELLOs, now waiting for transmission!\n"); 224 "Finished exchanging HELLOs, now waiting for transmission!\n");