X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fgns%2Fgns.h;h=d77bf53c6aed09e31e73034859826f4145e5d96c;hb=ef31cd0ef00169f4fe0df361c54c817d89de4f75;hp=476cb0fd219fe96caad58e807a6d1747d8c3d4c1;hpb=ca1cea453795dd8aa1b68dfb8f311bda85102a8c;p=oweals%2Fgnunet.git diff --git a/src/gns/gns.h b/src/gns/gns.h index 476cb0fd2..d77bf53c6 100644 --- a/src/gns/gns.h +++ b/src/gns/gns.h @@ -72,20 +72,15 @@ struct LookupMessage int16_t options GNUNET_PACKED; /** - * Is a shorten key attached? + * Always 0. */ - int16_t have_key GNUNET_PACKED; + int16_t reserved GNUNET_PACKED; /** * the type of record to look up */ int32_t type GNUNET_PACKED; - /** - * The key for shorten, if @e have_key is set - */ - struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key; - /* Followed by the zero-terminated name to look up */ };