aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:49:23 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 14:49:23 +0000
commit9f36a60e41f9a5e7b3f2b2e71245955e390d125d (patch)
tree208e32d241b4b4df57b7f93563fbe792bb66d8f8 /src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
parent4616bf9d016bcfb319954e52b5d24fc93c3cf1b2 (diff)
downloadgnunet-9f36a60e41f9a5e7b3f2b2e71245955e390d125d.tar.gz
gnunet-9f36a60e41f9a5e7b3f2b2e71245955e390d125d.zip
fix core api changes
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_reconnect.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_reconnect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
index 74ef37f16..199040346 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist_reconnect.c
@@ -100,8 +100,7 @@ timeout_error (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
100 * @param distance in overlay hops, as given by transport plugin 100 * @param distance in overlay hops, as given by transport plugin
101 */ 101 */
102static void 102static void
103notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer, 103notify_connect (void *cls, const struct GNUNET_PeerIdentity *peer)
104 const struct GNUNET_ATS_Information *ats, uint32_t ats_count)
105{ 104{
106 if (peer == NULL) 105 if (peer == NULL)
107 return; 106 return;