aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-29 14:36:19 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-29 14:36:19 +0000
commite6d0c3119a3348eeb539a7e52113e12a7bb37a5f (patch)
tree87d6b6489ac64fc94b801391e5d6c8151f99a1f6 /src/gns/gns.h
parent33891883bf2fdd6430de2c5beded9aa5be151179 (diff)
downloadgnunet-e6d0c3119a3348eeb539a7e52113e12a7bb37a5f.tar.gz
gnunet-e6d0c3119a3348eeb539a7e52113e12a7bb37a5f.zip
-fix 2447
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index e856a3312..49bfd9093 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -133,6 +133,16 @@ struct GNUNET_GNS_ClientShortenMessage
133 * If use_default_zone is empty this zone is used for lookup 133 * If use_default_zone is empty this zone is used for lookup
134 */ 134 */
135 struct GNUNET_CRYPTO_ShortHashCode zone; 135 struct GNUNET_CRYPTO_ShortHashCode zone;
136
137 /**
138 * Shorten zone
139 */
140 struct GNUNET_CRYPTO_ShortHashCode shorten_zone;
141
142 /**
143 * Private zone
144 */
145 struct GNUNET_CRYPTO_ShortHashCode private_zone;
136 146
137 /* Followed by the name to shorten up */ 147 /* Followed by the name to shorten up */
138}; 148};