aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 61a568fa0..b2744237e 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -204,9 +204,9 @@ struct GNUNET_FS_Uri
204 struct 204 struct
205 { 205 {
206 /** 206 /**
207 * Hash of the public key for the namespace. 207 * Identifier of the namespace.
208 */ 208 */
209 struct GNUNET_HashCode ns; 209 struct GNUNET_PseudonymIdentifier ns;
210 210
211 /** 211 /**
212 * Human-readable identifier chosen for this 212 * Human-readable identifier chosen for this
@@ -1390,14 +1390,14 @@ struct GNUNET_FS_UnindexContext
1390 struct GNUNET_DATASTORE_QueueEntry *dqe; 1390 struct GNUNET_DATASTORE_QueueEntry *dqe;
1391 1391
1392 /** 1392 /**
1393 * Current key for decrypting KBLocks from 'get_key' operation. 1393 * Current key for decrypting UBLocks from 'get_key' operation.
1394 */ 1394 */
1395 struct GNUNET_HashCode key; 1395 struct GNUNET_HashCode ukey;
1396 1396
1397 /** 1397 /**
1398 * Current query of 'get_key' operation. 1398 * Current query of 'get_key' operation.
1399 */ 1399 */
1400 struct GNUNET_HashCode query; 1400 struct GNUNET_HashCode uquery;
1401 1401
1402 /** 1402 /**
1403 * First content UID, 0 for none. 1403 * First content UID, 0 for none.
@@ -1449,15 +1449,15 @@ struct GNUNET_FS_UnindexContext
1449struct SearchRequestEntry 1449struct SearchRequestEntry
1450{ 1450{
1451 /** 1451 /**
1452 * Hash of the original keyword, also known as the 1452 * Hash of the original keyword, used to derive the
1453 * key (for decrypting the KBlock). 1453 * key (for decrypting the KBlock).
1454 */ 1454 */
1455 struct GNUNET_HashCode key; 1455 struct GNUNET_HashCode ukey;
1456 1456
1457 /** 1457 /**
1458 * Hash of the public key, also known as the query. 1458 * Hash of the public key, also known as the query.
1459 */ 1459 */
1460 struct GNUNET_HashCode query; 1460 struct GNUNET_HashCode uquery;
1461 1461
1462 /** 1462 /**
1463 * Map that contains a "struct GNUNET_FS_SearchResult" for each result that 1463 * Map that contains a "struct GNUNET_FS_SearchResult" for each result that
@@ -2008,7 +2008,7 @@ struct GNUNET_FS_Namespace
2008 /** 2008 /**
2009 * Private key for the namespace. 2009 * Private key for the namespace.
2010 */ 2010 */
2011 struct GNUNET_CRYPTO_RsaPrivateKey *key; 2011 struct GNUNET_PseudonymHandle *key;
2012 2012
2013 /** 2013 /**
2014 * Hash map mapping identifiers of update nodes 2014 * Hash map mapping identifiers of update nodes