From 40ec47829d2eeca9d8b5a1e3302d11681f2f5f91 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Mar 2012 20:31:26 +0000 Subject: -misc major bugfixes in download code wrt reconstruction and chk index calculations --- src/fs/fs_api.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/fs/fs_api.h') diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h index 7b44adef8..1d18e20bc 100644 --- a/src/fs/fs_api.h +++ b/src/fs/fs_api.h @@ -1616,7 +1616,7 @@ struct DownloadRequest unsigned int depth; /** - * Offset of the CHK for this block in the parent block. + * Offset of the CHK for this block in the parent block */ unsigned int chk_idx; @@ -1851,6 +1851,11 @@ struct GNUNET_FS_DownloadContext */ int in_receive; + /** + * Are we ready to issue requests (reconstructions are finished)? + */ + int issue_requests; + }; -- cgit v1.2.3