aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-04-17 13:49:06 +0000
committerBart Polot <bart@net.in.tum.de>2012-04-17 13:49:06 +0000
commitf47b063560515b6138b89e4d07fed09fac69eacf (patch)
tree093f99b9d245b8901011a84ff027361d8664b2ce /src/dht/dht_api.c
parent4fbe3a77a2353a5f4a6074ca56106f285147b68d (diff)
downloadgnunet-f47b063560515b6138b89e4d07fed09fac69eacf.tar.gz
gnunet-f47b063560515b6138b89e4d07fed09fac69eacf.zip
- fixed small bugs, added FIXME, added monitor client (to be tested)
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index e0b6af46b..41096b2f2 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -990,6 +990,7 @@ GNUNET_DHT_monitor_stop (struct GNUNET_DHT_MonitorHandle *handle)
990 GNUNET_CONTAINER_DLL_remove (handle->dht_handle->monitor_head, 990 GNUNET_CONTAINER_DLL_remove (handle->dht_handle->monitor_head,
991 handle->dht_handle->monitor_tail, 991 handle->dht_handle->monitor_tail,
992 handle); 992 handle);
993 /* FIXME notify service of stop */
993 GNUNET_free (handle); 994 GNUNET_free (handle);
994} 995}
995 996