aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-02 20:58:19 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-02 20:58:19 +0000
commit35131ac6802168472251575e42ae158a8bdf7adc (patch)
tree73e99b1677cf54335c4d3406c57e44b348eb5c1f /src/fs/fs.h
parent573ff66c0553e28922e7ea362470d8a5f3a6d841 (diff)
downloadgnunet-35131ac6802168472251575e42ae158a8bdf7adc.tar.gz
gnunet-35131ac6802168472251575e42ae158a8bdf7adc.zip
fix
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