From 4757258de33285fed2aa318c374dcdbf586c29f0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 26 Apr 2012 16:56:00 +0000 Subject: -fixing #2277 --- src/dht/test_dht_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dht/test_dht_api.c') diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c index 182856a8e..4f96cb82b 100644 --- a/src/dht/test_dht_api.c +++ b/src/dht/test_dht_api.c @@ -195,10 +195,10 @@ test_get_iterator (void *cls, struct GNUNET_TIME_Absolute exp, * Signature of the main function of a task. * * @param cls closure - * @param tc context information (why was this task triggered now) + * @param success result of PUT */ static void -test_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) +test_get (void *cls, int success) { struct PeerContext *peer = cls; GNUNET_HashCode hash; -- cgit v1.2.3