From: Mark Wooding Date: Sat, 31 May 2014 23:48:59 +0000 (+0100) Subject: src/: Carve out a `representation' subfield of adns_rrtype. X-Git-Tag: wip.ipv6.2014-10-13.reentrancy-base~20 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/commitdiff_plain/d24b603f667154672b74ea6a3e428bb19ba91089?hp=d24b603f667154672b74ea6a3e428bb19ba91089 src/: Carve out a `representation' subfield of adns_rrtype. Only the bits covered by adns_rrt_reprmask are used in translating a query type into a typeinfo structure. Arrange for adnstest to only print out the representation bits of the type; otherwise lots of the regression test files need to change for no especially good reason. Signed-off-by: Mark Wooding ---