aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-16 11:17:54 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-16 11:17:54 +0000
commitb10c8acf3ea8d0eaafaa2d1c3dd233d69448ba3e (patch)
tree76a3096585763e8401cdf310ade83f8555741849 /src/testing/test_testing_topology.c
parentcb1546c08a93bac1323295a272f59dfbfd711bcb (diff)
downloadgnunet-b10c8acf3ea8d0eaafaa2d1c3dd233d69448ba3e.tar.gz
gnunet-b10c8acf3ea8d0eaafaa2d1c3dd233d69448ba3e.zip
core api change
Diffstat (limited to 'src/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index b328873f2..2caa6f921 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -519,6 +519,7 @@ init_notify_peer2 (void *cls,
519 GNUNET_i2s (my_identity), GNUNET_h2s(&pos->peer1->id.hashPubKey)); 519 GNUNET_i2s (my_identity), GNUNET_h2s(&pos->peer1->id.hashPubKey));
520#endif 520#endif
521 if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle, 521 if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle,
522 GNUNET_YES,
522 0, 523 0,
523 TIMEOUT, 524 TIMEOUT,
524 &pos->peer2->id, 525 &pos->peer2->id,
@@ -572,6 +573,7 @@ static void connect_notify_peers (void *cls,
572 GNUNET_i2s (&pos->peer2->id), GNUNET_h2s(&pos->peer1->id.hashPubKey)); 573 GNUNET_i2s (&pos->peer2->id), GNUNET_h2s(&pos->peer1->id.hashPubKey));
573#endif 574#endif
574 if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle, 575 if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle,
576 GNUNET_YES,
575 0, 577 0,
576 TIMEOUT, 578 TIMEOUT,
577 &pos->peer2->id, 579 &pos->peer2->id,