aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 9ab4c5ce0..f36807e77 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -128,7 +128,7 @@ compute_dblock_offset (uint64_t offset,
128 * Fill in all of the generic fields for 128 * Fill in all of the generic fields for
129 * a download event. 129 * a download event.
130 * 130 *
131 * @param pc structure to fill in 131 * @param pi structure to fill in
132 * @param dc overall download context 132 * @param dc overall download context
133 */ 133 */
134static void 134static void
@@ -229,7 +229,8 @@ try_reconnect (struct GNUNET_FS_DownloadContext *dc);
229 * the specified node. 229 * the specified node.
230 * 230 *
231 * @param fsize overall file size 231 * @param fsize overall file size
232 * @param off offset of the node 232 * @param totaldepth depth of the entire tree
233 * @param offset offset of the node
233 * @param depth depth of the node 234 * @param depth depth of the node
234 * @return number of bytes stored in this node 235 * @return number of bytes stored in this node
235 */ 236 */
@@ -269,9 +270,9 @@ calculate_block_size (uint64_t fsize,
269 270
270 271
271/** 272/**
272 * Process a search result. 273 * Process a download result.
273 * 274 *
274 * @param sc our search context 275 * @param dc our download context
275 * @param type type of the result 276 * @param type type of the result
276 * @param data the (encrypted) response 277 * @param data the (encrypted) response
277 * @param size size of data 278 * @param size size of data