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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 0b3b25955..3a42fee2d 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1094,6 +1094,13 @@ struct GNUNET_FS_DownloadContext
1094 */ 1094 */
1095 enum GNUNET_FS_DownloadOptions options; 1095 enum GNUNET_FS_DownloadOptions options;
1096 1096
1097 /**
1098 * Flag set upon transitive completion (includes child downloads).
1099 * This flag is only set to GNUNET_YES for directories where all
1100 * child-downloads have also completed (and signalled completion).
1101 */
1102 int has_finished;
1103
1097}; 1104};
1098 1105
1099struct GNUNET_FS_Namespace 1106struct GNUNET_FS_Namespace