chiark / gitweb /
src/: New type hook `query_send'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jun 2014 21:26:34 +0000 (22:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Oct 2014 20:09:55 +0000 (21:09 +0100)
commit1382623344fca3a3bd55187ca031ab00c79adab0
tree0f65310965575e1ea90b055a6491c36533b4a14b
parent0288732570d2a52a069ab5e6c377450e30c6eee6
src/: New type hook `query_send'.

Puts the type code in control of how to actually send the query off.  In
particular, this allows `virtual queries' which only actually spawn
child queries for interesting records, and then collate the results.

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