aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-02 19:49:23 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-02 19:49:23 +0000
commitbec64fd32ad5f930ee60634103222c4575904728 (patch)
treebbc3b1eb41e2f315baef4186d4b3c06cebb5271b /src/include/gnunet_fs_service.h
parent8922e187c0d77dfa7cbd56440b10de5670d9d311 (diff)
downloadgnunet-bec64fd32ad5f930ee60634103222c4575904728.tar.gz
gnunet-bec64fd32ad5f930ee60634103222c4575904728.zip
more
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 994c6eb15..8f7c67407 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -628,6 +628,12 @@ enum GNUNET_FS_Status
628 628
629 /** 629 /**
630 * Notification that the unindexing of this file 630 * Notification that the unindexing of this file
631 * was completed.
632 */
633 GNUNET_FS_STATUS_UNINDEX_COMPLETED,
634
635 /**
636 * Notification that the unindexing of this file
631 * was stopped (final event for this action). 637 * was stopped (final event for this action).
632 */ 638 */
633 GNUNET_FS_STATUS_UNINDEX_STOPPED 639 GNUNET_FS_STATUS_UNINDEX_STOPPED
@@ -770,6 +776,14 @@ struct GNUNET_FS_ProgressInfo
770 */ 776 */
771 uint64_t data_len; 777 uint64_t data_len;
772 778
779 /**
780 * Depth of the given block in the tree;
781 * 0 would be the highest level (the first
782 * call is guaranteed to be for the lowest
783 * level).
784 */
785 unsigned int depth;
786
773 } progress; 787 } progress;
774 788
775 /** 789 /**