aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-16 19:11:35 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-16 19:11:35 +0000
commit2eba86ef5f0496f32b99b2bcb668a3f7d0acffbc (patch)
tree88da3cf0c65948ccb6c96d6094d2504b930af42c /src/fs/fs.h
parent3519fc71001af482dcfeb34209d6c42cd126dbec (diff)
downloadgnunet-2eba86ef5f0496f32b99b2bcb668a3f7d0acffbc.tar.gz
gnunet-2eba86ef5f0496f32b99b2bcb668a3f7d0acffbc.zip
inline downloads
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 8478f4845..41831e8a8 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1832,6 +1832,11 @@ struct GNUNET_FS_DownloadContext
1832 */ 1832 */
1833 int has_finished; 1833 int has_finished;
1834 1834
1835 /**
1836 * Have we tried (and failed) to find matching full
1837 * data from the meta data yet?
1838 */
1839 int tried_full_data;
1835}; 1840};
1836 1841
1837struct GNUNET_FS_Namespace 1842struct GNUNET_FS_Namespace