- fixed string to address parsing
[oweals/gnunet.git] / src / fs / fs_api.h
index 924911b636ae51d9252fea2f091ce36dcf2701f1..e75b75f417fb0d959665189bbbf338a102143e7b 100644 (file)
@@ -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.
    */