From: Matthias Wachs Date: Mon, 30 Aug 2010 11:19:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~20518 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8d3eedfe27c1c58392f6f435a121733ca0850fed;p=oweals%2Fgnunet.git --- diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c index 03bef3b4e..4208229f7 100644 --- a/src/transport/test_transport_api_reliability.c +++ b/src/transport/test_transport_api_reliability.c @@ -293,8 +293,8 @@ notify_ready (void *cls, size_t size, void *buf) } while (size - ret >= s); if (n < TOTAL_MSGS) - GNUNET_TRANSPORT_notify_transmit_ready (p1.th, - &p2.id, + GNUNET_TRANSPORT_notify_transmit_ready (p2.th, + &p1.id, s, 0, TIMEOUT, ¬ify_ready, NULL); @@ -339,8 +339,8 @@ notify_connect (void *cls, if (connected == 2) { - GNUNET_TRANSPORT_notify_transmit_ready (p1.th, - &p2.id, + GNUNET_TRANSPORT_notify_transmit_ready (p2.th, + &p1.id, get_size (0), 0, TIMEOUT, ¬ify_ready, NULL);