diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-07-16 19:11:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-07-16 19:11:35 +0000 |
commit | 2eba86ef5f0496f32b99b2bcb668a3f7d0acffbc (patch) | |
tree | 88da3cf0c65948ccb6c96d6094d2504b930af42c /src/fs/fs.h | |
parent | 3519fc71001af482dcfeb34209d6c42cd126dbec (diff) |
inline downloads
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r-- | src/fs/fs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h index 8478f48455..41831e8a82 100644 --- a/src/fs/fs.h +++ b/src/fs/fs.h @@ -1832,6 +1832,11 @@ struct GNUNET_FS_DownloadContext */ int has_finished; + /** + * Have we tried (and failed) to find matching full + * data from the meta data yet? + */ + int tried_full_data; }; struct GNUNET_FS_Namespace |