diff options
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 8fa0ef0aa..954fe0599 100644 --- a/src/fs/fs.h +++ b/src/fs/fs.h @@ -1980,6 +1980,11 @@ struct GNUNET_FS_DownloadContext */ int has_finished; + /** + * Have we started the receive continuation yet? + */ + int in_receive; + }; |