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)
-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 e856a33126..49bfd90931 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -133,6 +133,16 @@ struct GNUNET_GNS_ClientShortenMessage
* If use_default_zone is empty this zone is used for lookup
*/
struct GNUNET_CRYPTO_ShortHashCode zone;
+
+ /**
+ * Shorten zone
+ */
+ struct GNUNET_CRYPTO_ShortHashCode shorten_zone;
+
+ /**
+ * Private zone
+ */
+ struct GNUNET_CRYPTO_ShortHashCode private_zone;
/* Followed by the name to shorten up */
};