aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_monitor.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_monitor.c
parentc1bac2613d2e7915ab23c3675918aa839514bd97 (diff)
downloadgnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.tar.gz
gnunet-021e5d47b4ac2fd2088cee65e551fd7e6114e99b.zip
convert DHT API to new MQ API
Diffstat (limited to 'src/dht/test_dht_monitor.c')
-rw-r--r--src/dht/test_dht_monitor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/test_dht_monitor.c b/src/dht/test_dht_monitor.c
index 0212c900b..5e6fc074a 100644
--- a/src/dht/test_dht_monitor.c
+++ b/src/dht/test_dht_monitor.c
@@ -216,7 +216,6 @@ do_puts (void *cls)
216 GNUNET_BLOCK_TYPE_TEST, 216 GNUNET_BLOCK_TYPE_TEST,
217 sizeof (value), &value, 217 sizeof (value), &value,
218 GNUNET_TIME_UNIT_FOREVER_ABS, 218 GNUNET_TIME_UNIT_FOREVER_ABS,
219 GNUNET_TIME_UNIT_FOREVER_REL,
220 NULL, NULL); 219 NULL, NULL);
221 } 220 }
222 put_task = GNUNET_SCHEDULER_add_delayed (PUT_FREQUENCY, 221 put_task = GNUNET_SCHEDULER_add_delayed (PUT_FREQUENCY,