chiark / gitweb /
Reentrancy: adns__internal_submit does list handling
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 20:10:23 +0000 (21:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Oct 2014 20:09:56 +0000 (21:09 +0100)
commit07c3d3e2ca60a3dba7843ebeccc3dc06f3c8ce5d
tree1375805beb1e6b6a7104f1e2ee56be96ca34c7e4
parent477b9c0b1054f927a3aa5194f8644fa94e513496
Reentrancy: adns__internal_submit does list handling

Move the formulaic queue management from the call sites to
adns__internal_submit.  The requirement to do this wasn't mentioned in
adns__internal_submit's comment, and now that it's not there it
probably isn't worth remarking on.

No ultimate functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/internal.h
src/query.c
src/types.c