-presumably better fix for instantly resolving names in master zone
[oweals/gnunet.git] / src / gns / gns.h
index b3cd103040fca6fb1dc4c640703029659a6b655a..35ff969f29962c823d736ec4167b1d051bea9d2a 100644 (file)
@@ -66,9 +66,10 @@ struct GNUNET_GNS_ClientLookupMessage
   struct GNUNET_CRYPTO_EcdsaPublicKey zone;
 
   /**
-   * Only check cached results
+   * Local options for where to look for results
+   * (an `enum GNUNET_GNS_LocalOptions` in NBO).
    */
-  int16_t only_cached GNUNET_PACKED;
+  int16_t options GNUNET_PACKED;
 
   /**
    * Is a shorten key attached?
@@ -85,7 +86,7 @@ struct GNUNET_GNS_ClientLookupMessage
    */
   struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key;
 
-  /* Followed by the name to look up */
+  /* Followed by the zero-terminated name to look up */
 };