aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-03-04 11:26:26 +0000
committerChristian Grothoff <christian@grothoff.org>2014-03-04 11:26:26 +0000
commit5c779811684d383940d6e3766ace4bdce7bc0ae6 (patch)
treec8aeeee7e987d8d69f8bd195f02428c49028f9ae /src/gns/gns.h
parent6927a8b2ec77eb4403dab98ae7df8d9e882ba6ae (diff)
downloadgnunet-5c779811684d383940d6e3766ace4bdce7bc0ae6.tar.gz
gnunet-5c779811684d383940d6e3766ace4bdce7bc0ae6.zip
-presumably better fix for instantly resolving names in master zone
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index a8402b196..35ff969f2 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -66,9 +66,10 @@ struct GNUNET_GNS_ClientLookupMessage
66 struct GNUNET_CRYPTO_EcdsaPublicKey zone; 66 struct GNUNET_CRYPTO_EcdsaPublicKey zone;
67 67
68 /** 68 /**
69 * Only check cached results 69 * Local options for where to look for results
70 * (an `enum GNUNET_GNS_LocalOptions` in NBO).
70 */ 71 */
71 int16_t only_cached GNUNET_PACKED; 72 int16_t options GNUNET_PACKED;
72 73
73 /** 74 /**
74 * Is a shorten key attached? 75 * Is a shorten key attached?