From bb9075688c6ceef12f3cc762cf1da130b7ca73d2 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 21 Mar 2013 14:51:19 +0000 Subject: [PATCH] api change --- src/integration-tests/connection_watchdog.c | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/integration-tests/connection_watchdog.c b/src/integration-tests/connection_watchdog.c index 0998a367e..5bfe39e9a 100644 --- a/src/integration-tests/connection_watchdog.c +++ b/src/integration-tests/connection_watchdog.c @@ -780,11 +780,7 @@ cleanup_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) static void transport_notify_connect_cb (void *cls, - const struct GNUNET_PeerIdentity - * peer, - const struct - GNUNET_ATS_Information * ats, - uint32_t ats_count) + const struct GNUNET_PeerIdentity* peer) { transport_connections ++; GNUNET_log (GNUNET_ERROR_TYPE_INFO, "TRANSPORT connect for peer `%s' (%u total)\n", @@ -818,10 +814,7 @@ transport_notify_receive_cb (void *cls, GNUNET_PeerIdentity * peer, const struct GNUNET_MessageHeader * - message, - const struct - GNUNET_ATS_Information * ats, - uint32_t ats_count) + message) { @@ -865,9 +858,7 @@ transport_notify_receive_cb (void *cls, static int core_notify_receive_cb (void *cls, const struct GNUNET_PeerIdentity * peer, - const struct GNUNET_MessageHeader * message, - const struct GNUNET_ATS_Information* atsi, - unsigned int atsi_count) + const struct GNUNET_MessageHeader * message) { struct PeerContainer *pc = NULL; @@ -919,9 +910,7 @@ core_notify_receive_cb (void *cls, } static void -core_connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer, - const struct GNUNET_ATS_Information *atsi, - unsigned int atsi_count) +core_connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer) { if (0 != memcmp (peer, &my_peer_id, sizeof (struct GNUNET_PeerIdentity))) { -- 2.25.1