aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_testing.c')
-rw-r--r--src/transport/test_transport_testing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_transport_testing.c b/src/transport/test_transport_testing.c
index 95e7f22fc..747168b17 100644
--- a/src/transport/test_transport_testing.c
+++ b/src/transport/test_transport_testing.c
@@ -97,8 +97,7 @@ testing_connect_cb (struct PeerContext *p1, struct PeerContext *p2, void *cls)
97} 97}
98 98
99static void 99static void
100notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 100notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
101 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
102{ 101{
103 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%s' connected \n", 102 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer `%s' connected \n",
104 GNUNET_i2s (peer)); 103 GNUNET_i2s (peer));