aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 19:16:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 19:16:52 +0000
commitc2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb (patch)
tree50a9cb6be68b8dae8bd5ecfff364adcb7f4ca55e /src/namestore/gnunet-service-namestore.c
parent5f5f1974b15c646bde44583aede2433254138661 (diff)
downloadgnunet-c2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb.tar.gz
gnunet-c2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb.zip
-documenting open issues
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index f6caf6ba7..eeb2bb65d 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -23,6 +23,13 @@
23 * @brief namestore for the GNUnet naming system 23 * @brief namestore for the GNUnet naming system
24 * @author Matthias Wachs 24 * @author Matthias Wachs
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 *
27 * TODO:
28 * - private records can currently not be used for resolving
29 * our own queries as our lookup only goes for the encrypted
30 * records; we need a way to ensure that the records available
31 * in our own zone can actually always be used for our own
32 * resolutions!
26 */ 33 */
27#include "platform.h" 34#include "platform.h"
28#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"