aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-09 21:08:16 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-09 21:08:16 +0000
commit01e6bbb6ccd7337c7a9286016418d03d3d365d90 (patch)
tree817c8a18aa395b06b67195055dab608f8affb6e9 /src/fs/fs_api.h
parentb0ee2cbddcdf5a2361ff168b8aeef5fb28d37014 (diff)
downloadgnunet-01e6bbb6ccd7337c7a9286016418d03d3d365d90.tar.gz
gnunet-01e6bbb6ccd7337c7a9286016418d03d3d365d90.zip
-unindex needs to decrypt KBlock
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;