chiark / gitweb /
resolved: don't override zone item state after starting the probe
[elogind.git] / src / resolve / resolved-dns-rr.h
index e2272643fbece2339a82a252ae989aa86d0352ca..3222f1f0ee1f8d698f65118228e9121a09c089cf 100644 (file)
@@ -125,6 +125,20 @@ struct DnsResourceRecord {
                         void* key;
                         size_t key_size;
                 } dnskey;
+
+                /* http://tools.ietf.org/html/rfc4034#section-3.1 */
+                struct {
+                        uint16_t type_covered;
+                        uint8_t algorithm;
+                        uint8_t labels;
+                        uint32_t original_ttl;
+                        uint32_t expiration;
+                        uint32_t inception;
+                        uint16_t key_tag;
+                        char *signer;
+                        void *signature;
+                        size_t signature_size;
+                } rrsig;
         };
 };