aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-05 00:16:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-05 00:16:00 +0000
commit0e5925b81384b8a8b12d950f23ff878d280a46a5 (patch)
tree83220ee9a055d81ac7c4fe08fcc4f1cae1ef33e5 /src/fs/fs_api.h
parentf6e67ed3bb4cec5645b7cb81c44c34a115294051 (diff)
downloadgnunet-0e5925b81384b8a8b12d950f23ff878d280a46a5.tar.gz
gnunet-0e5925b81384b8a8b12d950f23ff878d280a46a5.zip
-misc bugfixes
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 154e63893..7b44adef8 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1616,6 +1616,11 @@ struct DownloadRequest
1616 unsigned int depth; 1616 unsigned int depth;
1617 1617
1618 /** 1618 /**
1619 * Offset of the CHK for this block in the parent block.
1620 */
1621 unsigned int chk_idx;
1622
1623 /**
1619 * State in the FSM. 1624 * State in the FSM.
1620 */ 1625 */
1621 enum BlockRequestState state; 1626 enum BlockRequestState state;