aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 5ff0c4f1d..9ecffb88d 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1325,6 +1325,12 @@ struct GNUNET_FS_PublishContext
1325 int rid; 1325 int rid;
1326 1326
1327 /** 1327 /**
1328 * Set to #GNUNET_YES if we were able to publish any block.
1329 * (and thus unindexing on error might make sense).
1330 */
1331 int any_done;
1332
1333 /**
1328 * Set to #GNUNET_YES if all processing has completed. 1334 * Set to #GNUNET_YES if all processing has completed.
1329 */ 1335 */
1330 int all_done; 1336 int all_done;