aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-03 03:11:42 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-03 03:11:42 +0000
commit03b10ac22fb7e80a02568af591e0ead6c76d8563 (patch)
tree42407bad847b7faa622070975d15cce29a7504d9 /src/fs/fs_unindex.c
parentb15e5e6fbee9941cd17218771e78412a3b50ed8b (diff)
downloadgnunet-03b10ac22fb7e80a02568af591e0ead6c76d8563.tar.gz
gnunet-03b10ac22fb7e80a02568af591e0ead6c76d8563.zip
air plane hacking
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)