aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-11 15:50:40 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-11 15:50:40 +0000
commit366546f576315e0de97a700546d108a974161734 (patch)
tree87232a31739b479c7cde5b49b005923bc487fd42 /src/gns/gns.h
parent16cf819a0feb38c36b046c59febae5bc511a3d1b (diff)
downloadgnunet-366546f576315e0de97a700546d108a974161734.tar.gz
gnunet-366546f576315e0de97a700546d108a974161734.zip
-add cached flag for performance
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index 80ebb1288..686729dd7 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -53,6 +53,11 @@ struct GNUNET_GNS_ClientLookupMessage
53 uint32_t id GNUNET_PACKED; 53 uint32_t id GNUNET_PACKED;
54 54
55 /** 55 /**
56 * Only check cached results
57 */
58 uint32_t only_cached GNUNET_PACKED;
59
60 /**
56 * Should we look up in the default zone? 61 * Should we look up in the default zone?
57 */ 62 */
58 uint32_t use_default_zone GNUNET_PACKED; 63 uint32_t use_default_zone GNUNET_PACKED;