aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-18 20:23:21 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-18 20:23:21 +0000
commit38d63ac3806899f5eb4d9ff9dca8581a72e3fb9a (patch)
treec22c8f5dd7ba72a8f84b2ed0456aa7d6427b36b0 /src/fs/fs.h
parentc246b8bf6b1879c8ea584295e208928aec686dfe (diff)
downloadgnunet-38d63ac3806899f5eb4d9ff9dca8581a72e3fb9a.tar.gz
gnunet-38d63ac3806899f5eb4d9ff9dca8581a72e3fb9a.zip
more work on bugs and testing of fs service
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 a9fa712c6..f335888ef 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -552,6 +552,11 @@ struct GNUNET_FS_PublishContext
552 * for this upload. 552 * for this upload.
553 */ 553 */
554 int rid; 554 int rid;
555
556 /**
557 * Set to GNUNET_YES if all processing has completed.
558 */
559 int all_done;
555}; 560};
556 561
557 562