chiark / gitweb /
src/: Pass the wanted query's type code to adns__internal_submit.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jun 2014 18:38:01 +0000 (19:38 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:41 +0000 (09:57 +0100)
commitc37d270aba4917429f1377e1148613b48d06aaaa
tree4724ef41a69937bc7b8d6643edd8de208e8adc20
parent129d80382ae266cd6f0bae8bf104f8452ae4314b
src/: Pass the wanted query's type code to adns__internal_submit.

This has two effects.  Firstly, we can propagate non-representation bits
(e.g., compatibility flags) from parent to child query.  Secondly, we
can have a single typeinfo handle several different low-level record
types.  The former is going to pay off very soon; the latter will take a
bit longer, but it'll be worth it.

Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
src/internal.h
src/query.c
src/types.c