aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-03 12:05:57 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-03 12:05:57 +0000
commit82d0757e1908c04f76dd69016fbb7d538318f003 (patch)
tree243464194f9e2148adc905f811d46831dea55001 /src/fs/fs_unindex.c
parent8b46e74546fb643a5d272bb1edd8c909a4ee978d (diff)
downloadgnunet-82d0757e1908c04f76dd69016fbb7d538318f003.tar.gz
gnunet-82d0757e1908c04f76dd69016fbb7d538318f003.zip
convert download API to MQ
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r--src/fs/fs_unindex.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index e614fbe03..f43725a59 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -110,8 +110,11 @@ GNUNET_FS_unindex_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
110 * @param depth depth of the block in the tree, 0 for DBLOCK 110 * @param depth depth of the block in the tree, 0 for DBLOCK
111 */ 111 */
112static void 112static void
113unindex_progress (void *cls, uint64_t offset, const void *pt_block, 113unindex_progress (void *cls,
114 size_t pt_size, unsigned int depth) 114 uint64_t offset,
115 const void *pt_block,
116 size_t pt_size,
117 unsigned int depth)
115{ 118{
116 struct GNUNET_FS_UnindexContext *uc = cls; 119 struct GNUNET_FS_UnindexContext *uc = cls;
117 struct GNUNET_FS_ProgressInfo pi; 120 struct GNUNET_FS_ProgressInfo pi;