From 5c95af3375a6924e5714263ff8ef746602391e26 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 23 Dec 2010 14:33:46 +0000 Subject: cleaning up core API with bugfix --- src/topology/gnunet-daemon-topology.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/topology') diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c index 880dff062..7a3743866 100644 --- a/src/topology/gnunet-daemon-topology.c +++ b/src/topology/gnunet-daemon-topology.c @@ -271,11 +271,11 @@ whitelist_peers () * Function called by core when our attempt to connect succeeded. * * @param cls the 'struct Peer' for which we issued the connect request - * @param tc scheduler context + * @param success was the request transmitted */ static void connect_completed_callback (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) + int success) { struct Peer *pos = cls; -- cgit v1.2.3