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, 12 Oct 2014 19:40:50 +0000 (20:40 +0100)
commita586770a849bda269c885139b274979874d81282
tree0f65310965575e1ea90b055a6491c36533b4a14b
parentb795c2403eeae4c1edf7ceda818b997239a0d9e4
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