aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-11-30 13:29:18 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-11-30 13:29:18 +0000
commitdaf67b4f110e259ef9f4c6a106358b27cea27ab9 (patch)
tree288fb1e882b9649b3e57041f635231b7b4868cd1 /src/hostlist
parent2709dd173d605dab0acaecea16700d64460c74b1 (diff)
downloadgnunet-daf67b4f110e259ef9f4c6a106358b27cea27ab9.tar.gz
gnunet-daf67b4f110e259ef9f4c6a106358b27cea27ab9.zip
fixed transport api
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index 28a8ddfcf..b3859f6c8 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -97,8 +97,7 @@ timeout_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
97static void 97static void
98notify_connect (void *cls, 98notify_connect (void *cls,
99 const struct GNUNET_PeerIdentity * peer, 99 const struct GNUNET_PeerIdentity * peer,
100 struct GNUNET_TIME_Relative latency, 100 const struct GNUNET_TRANSPORT_ATS_Information *ats, uint32_t ats_count)
101 unsigned int distance)
102{ 101{
103 if (peer == NULL) 102 if (peer == NULL)
104 return; 103 return;