aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index 7bad5ff4e..d2a78d17f 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -327,7 +327,7 @@ notify_ready (void *cls, size_t size, void *buf)
327 if (n < TOTAL_MSGS) 327 if (n < TOTAL_MSGS)
328 { 328 {
329 if (th == NULL) 329 if (th == NULL)
330 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, s, 0, 330 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, s,
331 TIMEOUT_TRANSMIT, 331 TIMEOUT_TRANSMIT,
332 &notify_ready, NULL); 332 &notify_ready, NULL);
333 msg_scheduled = n; 333 msg_scheduled = n;
@@ -375,7 +375,7 @@ static void
375sendtask () 375sendtask ()
376{ 376{
377 start_time = GNUNET_TIME_absolute_get (); 377 start_time = GNUNET_TIME_absolute_get ();
378 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, get_size (0), 0, 378 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, get_size (0),
379 TIMEOUT_TRANSMIT, &notify_ready, 379 TIMEOUT_TRANSMIT, &notify_ready,
380 NULL); 380 NULL);
381} 381}