aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-23 09:08:06 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-23 09:08:06 +0000
commit15bec1f951708a370e2c6cc2ffd48286ca68015b (patch)
treebd15e673e26c7f05da5c33370e4d1c131aba6a3e /src/fs/fs_api.h
parentfdc3349eb0fb3ad4aa0554deb84ebd94f55793cd (diff)
downloadgnunet-15bec1f951708a370e2c6cc2ffd48286ca68015b.tar.gz
gnunet-15bec1f951708a370e2c6cc2ffd48286ca68015b.zip
-fix URI test to handle new encoder, print both SKS and CHK URIs when publishing to namespace
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 77e26e155..2cbbade8f 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -269,6 +269,12 @@ struct GNUNET_FS_FileInformation
269 struct GNUNET_FS_Uri *chk_uri; 269 struct GNUNET_FS_Uri *chk_uri;
270 270
271 /** 271 /**
272 * SKS URI for this file or directory. NULL if
273 * we have not yet computed it.
274 */
275 struct GNUNET_FS_Uri *sks_uri;
276
277 /**
272 * Block options for the file. 278 * Block options for the file.
273 */ 279 */
274 struct GNUNET_FS_BlockOptions bo; 280 struct GNUNET_FS_BlockOptions bo;
@@ -735,7 +741,7 @@ GNUNET_FS_search_probe_progress_ (void *cls,
735/** 741/**
736 * Main function that performs the upload. 742 * Main function that performs the upload.
737 * 743 *
738 * @param cls "struct GNUNET_FS_PublishContext" identifies the upload 744 * @param cls `struct GNUNET_FS_PublishContext` identifies the upload
739 * @param tc task context 745 * @param tc task context
740 */ 746 */
741void 747void