summaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-01-05 20:58:18 +0000
committerBart Polot <bart@net.in.tum.de>2012-01-05 20:58:18 +0000
commit11be45725d298530489f9425f4feb58a2ac15e64 (patch)
tree07ada603be120fff1a5d1358a8f8fdbd77bfa5da /src/dht/dht_api.c
parent459242b68317b9dfc8965a73667fca02c931d51a (diff)
downloadgnunet-11be45725d298530489f9425f4feb58a2ac15e64.tar.gz
gnunet-11be45725d298530489f9425f4feb58a2ac15e64.zip
Added testcase for DHT monitoring.
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 353620960..31648a405 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -969,7 +969,6 @@ GNUNET_DHT_monitor_start (struct GNUNET_DHT_Handle *handle,
969 struct GNUNET_DHT_MonitorMessage *m; 969 struct GNUNET_DHT_MonitorMessage *m;
970 struct PendingMessage *pending; 970 struct PendingMessage *pending;
971 971
972 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "monitor start\n");
973 h = GNUNET_malloc (sizeof (struct GNUNET_DHT_MonitorHandle)); 972 h = GNUNET_malloc (sizeof (struct GNUNET_DHT_MonitorHandle));
974 GNUNET_CONTAINER_DLL_insert(handle->monitor_head, handle->monitor_tail, h); 973 GNUNET_CONTAINER_DLL_insert(handle->monitor_head, handle->monitor_tail, h);
975 974