summaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-service-namestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-service-namestore.c')
-rw-r--r--src/namestore/gnunet-service-namestore.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c
index 0558649ca..d9fa5b3fc 100644
--- a/src/namestore/gnunet-service-namestore.c
+++ b/src/namestore/gnunet-service-namestore.c
@@ -23,6 +23,9 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 * 24 *
25 * TODO: 25 * TODO:
26 * - "get_nick_record" is a bottleneck, introduce a cache to
27 * avoid looking it up again and again (for the same few
28 * zones that the user will typically manage!)
26 * - run testcases, make sure everything works! 29 * - run testcases, make sure everything works!
27 */ 30 */
28#include "platform.h" 31#include "platform.h"