Changeset 674 for trunk/pdns/pdns/dnsrecords.hh
- Timestamp:
- 04/11/06 12:23:47 (7 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsrecords.hh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsrecords.hh
r649 r674 194 194 uint8_t d_algorithm, d_fptype; 195 195 string d_fingerprint; 196 }; 197 198 class CERTRecordContent : public DNSRecordContent 199 { 200 public: 201 includeboilerplate(CERT) 202 203 private: 204 uint16_t d_type, d_tag; 205 uint8_t d_algorithm; 206 string d_certificate; 196 207 }; 197 208