aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_topo.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-23 16:30:45 +0000
commit021e5d47b4ac2fd2088cee65e551fd7e6114e99b (patch)
tree703829ff172d75f5417e42041ed4694a53d10e71 /src/dht/test_dht_topo.c
parentc1bac2613d2e7915ab23c3675918aa839514bd97 (diff)
downloadgnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.tar.gz
gnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.zip
convert DHT API to new MQ API
Diffstat (limited to 'src/dht/test_dht_topo.c')
-rw-r--r--src/dht/test_dht_topo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index 23ed21717..205f6b99a 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -340,7 +340,6 @@ do_puts (void *cls)
340 GNUNET_BLOCK_TYPE_TEST, 340 GNUNET_BLOCK_TYPE_TEST,
341 sizeof (value), &value, 341 sizeof (value), &value,
342 GNUNET_TIME_UNIT_FOREVER_ABS, 342 GNUNET_TIME_UNIT_FOREVER_ABS,
343 GNUNET_TIME_UNIT_FOREVER_REL,
344 NULL, NULL); 343 NULL, NULL);
345 } 344 }
346 put_task = GNUNET_SCHEDULER_add_delayed (PUT_FREQUENCY, 345 put_task = GNUNET_SCHEDULER_add_delayed (PUT_FREQUENCY,