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)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:42 +0000 (09:57 +0100)
commit66ade6021bca9f024d7bcd2b3ddeedf7a1b3a90c
treee49bc185184a3e97ff51b687e504178348d4f234
parent1427b043b575b03a7e129e5cddb9db39ebdce722
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