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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 924911b63..e75b75f41 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1382,11 +1382,16 @@ struct GNUNET_FS_UnindexContext
1382 struct GNUNET_DATASTORE_QueueEntry *dqe; 1382 struct GNUNET_DATASTORE_QueueEntry *dqe;
1383 1383
1384 /** 1384 /**
1385 * Current query key of 'get_key' operation. 1385 * Current key for decrypting KBLocks from 'get_key' operation.
1386 */ 1386 */
1387 GNUNET_HashCode key; 1387 GNUNET_HashCode key;
1388 1388
1389 /** 1389 /**
1390 * Current query of 'get_key' operation.
1391 */
1392 GNUNET_HashCode query;
1393
1394 /**
1390 * First content UID, 0 for none. 1395 * First content UID, 0 for none.
1391 */ 1396 */
1392 uint64_t first_uid; 1397 uint64_t first_uid;