From 769c3e9561ea577ca167c74286a5cd092510a5cb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 2 Feb 2014 17:38:22 +0000 Subject: removing depreated 'priority' argument from GNUNET_TRANSPORT_notify_transmit_ready --- src/core/gnunet-service-core_neighbours.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/gnunet-service-core_neighbours.c') diff --git a/src/core/gnunet-service-core_neighbours.c b/src/core/gnunet-service-core_neighbours.c index 63ba8dbb6..ddca0859a 100644 --- a/src/core/gnunet-service-core_neighbours.c +++ b/src/core/gnunet-service-core_neighbours.c @@ -275,7 +275,7 @@ process_queue (struct Neighbour *n) (unsigned int) m->size, GNUNET_i2s (&n->peer), GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (m->deadline), GNUNET_NO)); n->th = - GNUNET_TRANSPORT_notify_transmit_ready (transport, &n->peer, m->size, 0, + GNUNET_TRANSPORT_notify_transmit_ready (transport, &n->peer, m->size, GNUNET_TIME_absolute_get_remaining (m->deadline), &transmit_ready, n); -- cgit v1.2.3