aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-31 06:40:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-31 06:40:20 +0000
commit5d27676deba6a3f404acf088d3bedc8a0e1d2b1b (patch)
tree9e866163ab820e3e415a3ee50d4021f610fdf24b /src/fs/fs_search.c
parent73b12cfde8218af4f9b246b495e546c17b5d5810 (diff)
downloadgnunet-5d27676deba6a3f404acf088d3bedc8a0e1d2b1b.tar.gz
gnunet-5d27676deba6a3f404acf088d3bedc8a0e1d2b1b.zip
fs hxing
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 596ea0c63..c4994b6a6 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -24,12 +24,11 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
26 * TODO: 26 * TODO:
27 * - handle SKS updates searches nicely (can wait) 27 * - handle namespace advertisements (can wait; might already work!?)
28 * - handle availability probes (can wait)
29 * - make operations persistent (can wait)
30 * - handle namespace advertisements (can wait)
31 * - add support for pushing "already seen" information 28 * - add support for pushing "already seen" information
32 * to FS service for bloomfilter (can wait) 29 * to FS service for bloomfilter (can wait)
30 * - handle availability probes (can wait)
31 * - make operations persistent (can wait)
33 */ 32 */
34 33
35#include "platform.h" 34#include "platform.h"