aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-16 11:20:51 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-16 11:20:51 +0000
commitc1b3e5f6af2f2c4e408988eddfbcb1afbf0ffe81 (patch)
tree52ac1c11afdd27820e18e48d2ef3c0d3da3d12ef /src/dv
parentb10c8acf3ea8d0eaafaa2d1c3dd233d69448ba3e (diff)
downloadgnunet-c1b3e5f6af2f2c4e408988eddfbcb1afbf0ffe81.tar.gz
gnunet-c1b3e5f6af2f2c4e408988eddfbcb1afbf0ffe81.zip
core api change
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/test_transport_api_dv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dv/test_transport_api_dv.c b/src/dv/test_transport_api_dv.c
index e6caa43ca..7764c0f51 100644
--- a/src/dv/test_transport_api_dv.c
+++ b/src/dv/test_transport_api_dv.c
@@ -525,6 +525,7 @@ static void connect_notify_peer2 (void *cls,
525 GNUNET_i2s(&pos->peer2->id), GNUNET_h2s (&peer->hashPubKey)); 525 GNUNET_i2s(&pos->peer2->id), GNUNET_h2s (&peer->hashPubKey));
526#endif 526#endif
527 if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle, 527 if (NULL == GNUNET_CORE_notify_transmit_ready (pos->peer1handle,
528 GNUNET_YES,
528 0, 529 0,
529 TIMEOUT, 530 TIMEOUT,
530 &pos->peer2->id, 531 &pos->peer2->id,