From e1f3562794ac71e788cd7cc4b14d7ea1dc85ef04 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Jun 2014 11:44:50 +0000 Subject: -missing commit --- src/include/gnunet_fs_service.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/include/gnunet_fs_service.h') 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 */ const struct GNUNET_FS_Uri *chk_uri; + /** + * SKS URI of the file (if the download had been completed) + */ + const struct GNUNET_FS_Uri *sks_uri; + } resume; /** @@ -902,10 +907,15 @@ struct GNUNET_FS_ProgressInfo { /** - * URI of the file. + * CHK URI of the file. */ const struct GNUNET_FS_Uri *chk_uri; + /** + * SKS URI of the file (if the download had been completed) + */ + const struct GNUNET_FS_Uri *sks_uri; + } completed; /** @@ -1911,7 +1921,7 @@ GNUNET_FS_file_information_is_directory (const struct GNUNET_FS_FileInformation /** * Add an entry to a directory in a publish-structure. Clients * should never modify publish structures that were passed to - * #GNUNET_FS_publish_start already. + * #GNUNET_FS_publish_start() already. * * @param dir the directory * @param ent the entry to add; the entry must not have been -- cgit v1.2.3