diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-12-03 03:11:42 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-12-03 03:11:42 +0000 |
commit | 03b10ac22fb7e80a02568af591e0ead6c76d8563 (patch) | |
tree | 42407bad847b7faa622070975d15cce29a7504d9 /src/fs/fs_unindex.c | |
parent | b15e5e6fbee9941cd17218771e78412a3b50ed8b (diff) |
air plane hacking
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r-- | src/fs/fs_unindex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index b3bcd48bf5..aa73bc01d3 100644 --- a/src/fs/fs_unindex.c +++ b/src/fs/fs_unindex.c @@ -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) |