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/transport/test_transport_api_manipulation_send_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/transport/test_transport_api_manipulation_send_tcp.c') diff --git a/src/transport/test_transport_api_manipulation_send_tcp.c b/src/transport/test_transport_api_manipulation_send_tcp.c index 2b7fdc250..381d7d38a 100644 --- a/src/transport/test_transport_api_manipulation_send_tcp.c +++ b/src/transport/test_transport_api_manipulation_send_tcp.c @@ -304,7 +304,7 @@ sendtask (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) } s_sending = GNUNET_YES; - th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, TEST_MESSAGE_SIZE, 0, + th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, TEST_MESSAGE_SIZE, TIMEOUT_TRANSMIT, ¬ify_ready, p1); } -- cgit v1.2.3