summaryrefslogtreecommitdiffstats
path: root/src/libknot/descriptor.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:43:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-12 04:43:26 +0000
commite0b319795dcf6342ca636879f76a8ffa0af6f978 (patch)
tree4be83145000ff55f9da4bf32979f65a3655e0a50 /src/libknot/descriptor.h
parentReleasing progress-linux version 3.3.7-1~progress7.99u1. (diff)
downloadknot-e0b319795dcf6342ca636879f76a8ffa0af6f978.tar.xz
knot-e0b319795dcf6342ca636879f76a8ffa0af6f978.zip
Merging upstream version 3.3.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/libknot/descriptor.h')
-rw-r--r--src/libknot/descriptor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libknot/descriptor.h b/src/libknot/descriptor.h
index 14cd3b3..714bc5e 100644
--- a/src/libknot/descriptor.h
+++ b/src/libknot/descriptor.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2021 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2024 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -126,6 +126,8 @@ enum knot_rr_type {
KNOT_RRTYPE_ANY = 255, /*!< QTYPE. Any record. */
KNOT_RRTYPE_URI = 256, /*!< Uniform resource identifier. */
KNOT_RRTYPE_CAA = 257, /*!< Certification authority restriction. */
+
+ KNOT_RRTYPE_WALLET = 262, /*!< Public wallet address. */
};
/*!