]> granicus.if.org Git - pdns/commit
Shrink QType from 8 to 2 bytes
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 22 May 2015 14:31:41 +0000 (16:31 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 18:14:19 +0000 (20:14 +0200)
commit792402a9d98db40872e05127f692f3c7c53fcd15
tree2f117fa736aba9704ec7fbba3c262fa91a89ea06
parent45b55e156e8cfe7201feb53346f98577c1567a39
Shrink QType from 8 to 2 bytes

 This should always be 2 bytes :), additionally, add an assert that this is
 always 2 bytes (and stop compiling if it isn't).
pdns/qtype.cc
pdns/qtype.hh
pdns/test-dnsname_cc.cc