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)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 19:39:46 +0000 (20:39 +0100)
commit7f5937118639156f1fb201c42298c00e1f54c3cc
tree417c4d864479878e8dea506bd6475e6f61ef0a9d
parentd24b603f667154672b74ea6a3e428bb19ba91089
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