aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_fs_service.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index f50166d32..4b77b3d58 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -892,6 +892,11 @@ struct GNUNET_FS_ProgressInfo
892 */ 892 */
893 const struct GNUNET_FS_Uri *chk_uri; 893 const struct GNUNET_FS_Uri *chk_uri;
894 894
895 /**
896 * SKS URI of the file (if the download had been completed)
897 */
898 const struct GNUNET_FS_Uri *sks_uri;
899
895 } resume; 900 } resume;
896 901
897 /** 902 /**
@@ -902,10 +907,15 @@ struct GNUNET_FS_ProgressInfo
902 { 907 {
903 908
904 /** 909 /**
905 * URI of the file. 910 * CHK URI of the file.
906 */ 911 */
907 const struct GNUNET_FS_Uri *chk_uri; 912 const struct GNUNET_FS_Uri *chk_uri;
908 913
914 /**
915 * SKS URI of the file (if the download had been completed)
916 */
917 const struct GNUNET_FS_Uri *sks_uri;
918
909 } completed; 919 } completed;
910 920
911 /** 921 /**
@@ -1911,7 +1921,7 @@ GNUNET_FS_file_information_is_directory (const struct GNUNET_FS_FileInformation
1911/** 1921/**
1912 * Add an entry to a directory in a publish-structure. Clients 1922 * Add an entry to a directory in a publish-structure. Clients
1913 * should never modify publish structures that were passed to 1923 * should never modify publish structures that were passed to
1914 * #GNUNET_FS_publish_start already. 1924 * #GNUNET_FS_publish_start() already.
1915 * 1925 *
1916 * @param dir the directory 1926 * @param dir the directory
1917 * @param ent the entry to add; the entry must not have been 1927 * @param ent the entry to add; the entry must not have been