aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
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"