fixing block reconstruction start/shutdown code
[oweals/gnunet.git] / src / fs / fs_unindex.c
index b3bcd48bf54bc98d995ebfaef56bd3e2894c1bbd..aa73bc01d353dddb4ab7a36c48761a748767bf87 100644 (file)
@@ -190,6 +190,7 @@ process_cont (void *cls,
  * @param cls closure
  * @param query the query for the block (key for lookup in the datastore)
  * @param offset offset of the block
+ * @param depth depth of the block
  * @param type type of the block (IBLOCK or DBLOCK)
  * @param block the (encrypted) block
  * @param block_size size of block (in bytes)
@@ -198,6 +199,7 @@ static void
 unindex_process (void *cls,
                 const GNUNET_HashCode *query,
                 uint64_t offset,
+                unsigned int depth,
                 enum GNUNET_BLOCK_Type type,
                 const void *block,
                 uint16_t block_size)