new DHT API code
authorChristian Grothoff <christian@grothoff.org>
Sat, 2 Oct 2010 13:34:06 +0000 (13:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 2 Oct 2010 13:34:06 +0000 (13:34 +0000)
src/dht/dht_api_get_put.c

index 3028a051c47ce24f467537fdfaf5be1cfc00f05d..362f5dce6d2785247d561def1de4031970343b30 100644 (file)
@@ -187,6 +187,7 @@ GNUNET_DHT_get_start (struct GNUNET_DHT_Handle *handle,
   struct GNUNET_DHT_GetHandle *get_handle;
   struct GNUNET_DHT_GetMessage get_msg;
 
+  /* FIXME: transmit bf, mutator, xquery & xquery_size as well... */
   get_handle = GNUNET_malloc (sizeof (struct GNUNET_DHT_GetHandle));
   get_handle->iter = iter;
   get_handle->iter_cls = iter_cls;