chiark / gitweb /
src/: adns__internal_submit can modify ctx->tinfo.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 31 May 2014 17:56:42 +0000 (18:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 13 Jun 2014 08:57:41 +0000 (09:57 +0100)
commitbe4d66dc60264126ba6b3fbd67609ef0b6c0d266
tree2183e7308c6dd74315fc1f2a3b8f25ab71b6ca56
parente1d3be7eb6f703e8cf9b8104497f010c0298637a
src/: adns__internal_submit can modify ctx->tinfo.

It will be convenient for type hooks to store information in their part
of the query context before the query is properly established.  We could
have adns__internal_submit make a copy of the caller's context, but it
turns out that none of them actually care if we change it.

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