]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-dns-rr.h
resolved: store DNSKEY fields flags+protocol as-is
[thirdparty/systemd.git] / src / resolve / resolved-dns-rr.h
index a09296182373eb62144c388ac653f8e457b798b1..ac4256b882c91abbcd1bd8606f43da82b0d03e28 100644 (file)
@@ -135,8 +135,8 @@ struct DnsResourceRecord {
 
                 /* http://tools.ietf.org/html/rfc4034#section-2.1 */
                 struct {
-                        bool zone_key_flag:1;
-                        bool sep_flag:1;
+                        uint16_t flags;
+                        uint8_t protocol;
                         uint8_t algorithm;
                         void* key;
                         size_t key_size;