aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_twopeer.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-10-06 09:43:52 +0000
committerNathan S. Evans <evans@in.tum.de>2010-10-06 09:43:52 +0000
commit23e79b0aacc6ec1f7c7780364f5513af939b4298 (patch)
tree70000528c07d7b19bfeeb19c4f83a11f2768807e /src/dht/test_dht_twopeer.c
parentc5abd8afb8e12b6164902a16e7b5c6112b1f0f9e (diff)
downloadgnunet-23e79b0aacc6ec1f7c7780364f5513af939b4298.tar.gz
gnunet-23e79b0aacc6ec1f7c7780364f5513af939b4298.zip
test case fixes...
Diffstat (limited to 'src/dht/test_dht_twopeer.c')
-rw-r--r--src/dht/test_dht_twopeer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c
index 51ba9ceb3..b9f95eb51 100644
--- a/src/dht/test_dht_twopeer.c
+++ b/src/dht/test_dht_twopeer.c
@@ -251,7 +251,7 @@ do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
251 251
252 get_context->get_handle = GNUNET_DHT_get_start(get_context->dht_handle, 252 get_context->get_handle = GNUNET_DHT_get_start(get_context->dht_handle,
253 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5), 253 GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_SECONDS, 5),
254 0 /* fixme: real type */, 254 GNUNET_BLOCK_TYPE_DHT_HELLO,
255 &get_context->peer->hashPubKey, 255 &get_context->peer->hashPubKey,
256 GNUNET_DHT_RO_NONE, 256 GNUNET_DHT_RO_NONE,
257 NULL, 0, 257 NULL, 0,