aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-21 20:48:40 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-21 20:48:40 +0000
commitb05f920bfa907476b618a24bd78487db8873d2a1 (patch)
treefad22297a66787044837faa4c2c3459f48d6bb85 /src/transport/test_transport_api_reliability.c
parentafec51a8dd5d9f77a00d902acd7b5efc04675298 (diff)
downloadgnunet-b05f920bfa907476b618a24bd78487db8873d2a1.tar.gz
gnunet-b05f920bfa907476b618a24bd78487db8873d2a1.zip
add code to enable checking if transport's idea of our peer identity matches that of core, etc -- might help diagnose certain bugs
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index dc4867f84..c86b582b9 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -366,7 +366,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
366 "-c", cfgname, NULL); 366 "-c", cfgname, NULL);
367#endif 367#endif
368 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname)); 368 GNUNET_assert (GNUNET_OK == GNUNET_CONFIGURATION_load (p->cfg, cfgname));
369 p->th = GNUNET_TRANSPORT_connect (sched, p->cfg, 369 p->th = GNUNET_TRANSPORT_connect (sched, p->cfg, NULL,
370 p, 370 p,
371 &notify_receive, 371 &notify_receive,
372 &notify_connect, 372 &notify_connect,