aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.h
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_tree.h
parentb15e5e6fbee9941cd17218771e78412a3b50ed8b (diff)
downloadgnunet-03b10ac22fb7e80a02568af591e0ead6c76d8563.tar.gz
gnunet-03b10ac22fb7e80a02568af591e0ead6c76d8563.zip
air plane hacking
Diffstat (limited to 'src/fs/fs_tree.h')
-rw-r--r--src/fs/fs_tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_tree.h b/src/fs/fs_tree.h
index 2cc627899..ebeb47e63 100644
--- a/src/fs/fs_tree.h
+++ b/src/fs/fs_tree.h
@@ -60,6 +60,7 @@ struct GNUNET_FS_TreeEncoder;
60 * @param cls closure 60 * @param cls closure
61 * @param query the query for the block (key for lookup in the datastore) 61 * @param query the query for the block (key for lookup in the datastore)
62 * @param offset offset of the block 62 * @param offset offset of the block
63 * @param depth depth of the block
63 * @param type type of the block (IBLOCK or DBLOCK) 64 * @param type type of the block (IBLOCK or DBLOCK)
64 * @param block the (encrypted) block 65 * @param block the (encrypted) block
65 * @param block_size size of block (in bytes) 66 * @param block_size size of block (in bytes)
@@ -67,6 +68,7 @@ struct GNUNET_FS_TreeEncoder;
67typedef void (*GNUNET_FS_TreeBlockProcessor)(void *cls, 68typedef void (*GNUNET_FS_TreeBlockProcessor)(void *cls,
68 const GNUNET_HashCode *query, 69 const GNUNET_HashCode *query,
69 uint64_t offset, 70 uint64_t offset,
71 unsigned int depth,
70 enum GNUNET_BLOCK_Type type, 72 enum GNUNET_BLOCK_Type type,
71 const void *block, 73 const void *block,
72 uint16_t block_size); 74 uint16_t block_size);