notes
[oweals/gnunet.git] / src / fs / fs_unindex.c
index c32a10cbf862451780aac4dfda4b9cc4594f98df..8f09c44f64111009f318737aec99dafbec2de312 100644 (file)
@@ -265,6 +265,9 @@ struct GNUNET_FS_UnindexContext *
 GNUNET_FS_unindex (struct GNUNET_FS_Handle *h,
                   const char *filename)
 {
+  // 1: compute file-id (hash over entire file)
+  // 2: notify FS service about file no longer being indexed
+  // 3: remove corresponding blocks from datastore!
   return NULL;
 }