From 29e6158507a0758192075ac6ece7ba8e75ddc49a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Apr 2016 23:14:03 +0000 Subject: small API change: do no longer pass rarely needed GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context() --- src/transport/gnunet-service-transport_manipulation.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/transport/gnunet-service-transport_manipulation.c') diff --git a/src/transport/gnunet-service-transport_manipulation.c b/src/transport/gnunet-service-transport_manipulation.c index 6eef8f300..bd3fed6d7 100644 --- a/src/transport/gnunet-service-transport_manipulation.c +++ b/src/transport/gnunet-service-transport_manipulation.c @@ -224,11 +224,9 @@ GST_manipulation_set_metric (void *cls, * message. * * @param cls the `struct DelayQueueEntry` to transmit - * @param tc unused */ static void -send_delayed (void *cls, - const struct GNUNET_SCHEDULER_TaskContext *tc) +send_delayed (void *cls) { struct DelayQueueEntry *dqe = cls; struct DelayQueueEntry *next; -- cgit v1.2.3