aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_neighbours.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-02 17:38:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-02 17:38:22 +0000
commit769c3e9561ea577ca167c74286a5cd092510a5cb (patch)
tree89c8ad4c414a61da8818b081889916ad0e06abaf /src/core/gnunet-service-core_neighbours.c
parentfdf369790b040af2ab491e80dab8eb1bb95151a2 (diff)
downloadgnunet-769c3e9561ea577ca167c74286a5cd092510a5cb.tar.gz
gnunet-769c3e9561ea577ca167c74286a5cd092510a5cb.zip
removing depreated 'priority' argument from GNUNET_TRANSPORT_notify_transmit_ready
Diffstat (limited to 'src/core/gnunet-service-core_neighbours.c')
-rw-r--r--src/core/gnunet-service-core_neighbours.c2
1 files changed, 1 insertions, 1 deletions
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)
275 (unsigned int) m->size, GNUNET_i2s (&n->peer), 275 (unsigned int) m->size, GNUNET_i2s (&n->peer),
276 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (m->deadline), GNUNET_NO)); 276 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_remaining (m->deadline), GNUNET_NO));
277 n->th = 277 n->th =
278 GNUNET_TRANSPORT_notify_transmit_ready (transport, &n->peer, m->size, 0, 278 GNUNET_TRANSPORT_notify_transmit_ready (transport, &n->peer, m->size,
279 GNUNET_TIME_absolute_get_remaining 279 GNUNET_TIME_absolute_get_remaining
280 (m->deadline), &transmit_ready, 280 (m->deadline), &transmit_ready,
281 n); 281 n);