aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 9ef691d2f..3ccc3c97a 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -94,7 +94,7 @@ struct PutContCtx
94 * Fill in all of the generic fields for 94 * Fill in all of the generic fields for
95 * a publish event. 95 * a publish event.
96 * 96 *
97 * @param pc structure to fill in 97 * @param pi structure to fill in
98 * @param sc overall publishing context 98 * @param sc overall publishing context
99 * @param p file information for the file being published 99 * @param p file information for the file being published
100 * @param offset where in the file are we so far 100 * @param offset where in the file are we so far
@@ -129,7 +129,7 @@ make_publish_status (struct GNUNET_FS_ProgressInfo *pi,
129 * Cleanup the publish context, we're done 129 * Cleanup the publish context, we're done
130 * with it. 130 * with it.
131 * 131 *
132 * @param pc struct to clean up after 132 * @param sc struct to clean up after
133 */ 133 */
134static void 134static void
135publish_cleanup (struct GNUNET_FS_PublishContext *sc) 135publish_cleanup (struct GNUNET_FS_PublishContext *sc)
@@ -461,6 +461,7 @@ encode_cont (void *cls,
461 * 461 *
462 * @param cls closure 462 * @param cls closure
463 * @param query the query for the block (key for lookup in the datastore) 463 * @param query the query for the block (key for lookup in the datastore)
464 * @param offset offset of the block in the file
464 * @param type type of the block (IBLOCK or DBLOCK) 465 * @param type type of the block (IBLOCK or DBLOCK)
465 * @param block the (encrypted) block 466 * @param block the (encrypted) block
466 * @param block_size size of block (in bytes) 467 * @param block_size size of block (in bytes)