aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
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 8fa0ef0aa..954fe0599 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1980,6 +1980,11 @@ struct GNUNET_FS_DownloadContext
1980 */ 1980 */
1981 int has_finished; 1981 int has_finished;
1982 1982
1983 /**
1984 * Have we started the receive continuation yet?
1985 */
1986 int in_receive;
1987
1983}; 1988};
1984 1989
1985 1990