aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index b3bcd48bf..aa73bc01d 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -190,6 +190,7 @@ process_cont (void *cls,
190 * @param cls closure 190 * @param cls closure
191 * @param query the query for the block (key for lookup in the datastore) 191 * @param query the query for the block (key for lookup in the datastore)
192 * @param offset offset of the block 192 * @param offset offset of the block
193 * @param depth depth of the block
193 * @param type type of the block (IBLOCK or DBLOCK) 194 * @param type type of the block (IBLOCK or DBLOCK)
194 * @param block the (encrypted) block 195 * @param block the (encrypted) block
195 * @param block_size size of block (in bytes) 196 * @param block_size size of block (in bytes)
@@ -198,6 +199,7 @@ static void
198unindex_process (void *cls, 199unindex_process (void *cls,
199 const GNUNET_HashCode *query, 200 const GNUNET_HashCode *query,
200 uint64_t offset, 201 uint64_t offset,
202 unsigned int depth,
201 enum GNUNET_BLOCK_Type type, 203 enum GNUNET_BLOCK_Type type,
202 const void *block, 204 const void *block,
203 uint16_t block_size) 205 uint16_t block_size)