From 01e6bbb6ccd7337c7a9286016418d03d3d365d90 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 9 Mar 2012 21:08:16 +0000 Subject: -unindex needs to decrypt KBlock --- src/fs/fs_api.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/fs/fs_api.h') 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,10 +1382,15 @@ struct GNUNET_FS_UnindexContext struct GNUNET_DATASTORE_QueueEntry *dqe; /** - * Current query key of 'get_key' operation. + * Current key for decrypting KBLocks from 'get_key' operation. */ GNUNET_HashCode key; + /** + * Current query of 'get_key' operation. + */ + GNUNET_HashCode query; + /** * First content UID, 0 for none. */ -- cgit v1.2.3