aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.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_publish.c
parentb15e5e6fbee9941cd17218771e78412a3b50ed8b (diff)
downloadgnunet-03b10ac22fb7e80a02568af591e0ead6c76d8563.tar.gz
gnunet-03b10ac22fb7e80a02568af591e0ead6c76d8563.zip
air plane hacking
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 5c1cd0ea2..752677f13 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -509,6 +509,7 @@ encode_cont (void *cls,
509 * @param cls closure 509 * @param cls closure
510 * @param query the query for the block (key for lookup in the datastore) 510 * @param query the query for the block (key for lookup in the datastore)
511 * @param offset offset of the block in the file 511 * @param offset offset of the block in the file
512 * @param depth depth of the block in the file
512 * @param type type of the block (IBLOCK or DBLOCK) 513 * @param type type of the block (IBLOCK or DBLOCK)
513 * @param block the (encrypted) block 514 * @param block the (encrypted) block
514 * @param block_size size of block (in bytes) 515 * @param block_size size of block (in bytes)
@@ -517,6 +518,7 @@ static void
517block_proc (void *cls, 518block_proc (void *cls,
518 const GNUNET_HashCode *query, 519 const GNUNET_HashCode *query,
519 uint64_t offset, 520 uint64_t offset,
521 unsigned int depth,
520 enum GNUNET_BLOCK_Type type, 522 enum GNUNET_BLOCK_Type type,
521 const void *block, 523 const void *block,
522 uint16_t block_size) 524 uint16_t block_size)