From 75c121f5ae37d3c7ccd95f4449aea33ccb4200f0 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 21 Mar 2013 14:43:47 +0000 Subject: change to core pai --- src/core/test_core_api_send_to_self.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/core/test_core_api_send_to_self.c') diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c index c56e227e5..82048ea92 100644 --- a/src/core/test_core_api_send_to_self.c +++ b/src/core/test_core_api_send_to_self.c @@ -71,8 +71,7 @@ cleanup (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tskctx) static int receive (void *cls, const struct GNUNET_PeerIdentity *other, - const struct GNUNET_MessageHeader *message, - const struct GNUNET_ATS_Information *atsi, unsigned int atsi_count) + const struct GNUNET_MessageHeader *message) { if (die_task != GNUNET_SCHEDULER_NO_TASK) GNUNET_SCHEDULER_cancel (die_task); @@ -120,8 +119,7 @@ init (void *cls, struct GNUNET_CORE_Handle *core, static void -connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer, - const struct GNUNET_ATS_Information *atsi, unsigned int atsi_count) +connect_cb (void *cls, const struct GNUNET_PeerIdentity *peer) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Connected to peer %s.\n", GNUNET_i2s (peer)); -- cgit v1.2.3