From e1f46c052dca3cd7a390f18f97b10162fe537a15 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 23 Apr 2018 12:42:00 +0200 Subject: move to @ for empty label, fix empty-label resolution bug in GNS API, install gnunet-zoneimport and add man page --- src/include/gnunet_gns_service.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/include') diff --git a/src/include/gnunet_gns_service.h b/src/include/gnunet_gns_service.h index 8c1f64783..ff3110406 100644 --- a/src/include/gnunet_gns_service.h +++ b/src/include/gnunet_gns_service.h @@ -48,13 +48,10 @@ extern "C" /** - * String we use to indicate the local master zone or a - * root entry in the current zone. - * - * FIXME: probably should be changed to "@" and renamed - * (this name is confusing!) + * String we use to indicate an empty label (top-level + * entry in the zone). DNS uses "@", so do we. */ -#define GNUNET_GNS_MASTERZONE_STR "+" +#define GNUNET_GNS_EMPTY_LABEL_AT "@" /** * Connection to the GNS service. -- cgit v1.2.3