aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 0dfe27c64..e1dbc17b6 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -336,7 +336,7 @@ notify_ready (void *cls, size_t size, void *buf)
336 if (n < TOTAL_MSGS) 336 if (n < TOTAL_MSGS)
337 { 337 {
338 if (th == NULL) 338 if (th == NULL)
339 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, s, 0, 339 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, s,
340 TIMEOUT_TRANSMIT, 340 TIMEOUT_TRANSMIT,
341 &notify_ready, NULL); 341 &notify_ready, NULL);
342 msg_scheduled = n; 342 msg_scheduled = n;
@@ -384,7 +384,7 @@ static void
384sendtask () 384sendtask ()
385{ 385{
386 start_time = GNUNET_TIME_absolute_get (); 386 start_time = GNUNET_TIME_absolute_get ();
387 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, get_size (0), 0, 387 th = GNUNET_TRANSPORT_notify_transmit_ready (p2->th, &p1->id, get_size (0),
388 TIMEOUT_TRANSMIT, &notify_ready, 388 TIMEOUT_TRANSMIT, &notify_ready,
389 NULL); 389 NULL);
390} 390}