chiark / gitweb /
Reentrancy: Introduce adns__returning
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 20:35:25 +0000 (21:35 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 20:50:07 +0000 (21:50 +0100)
commitfd5ac923aa5886e4e3fbdddbdcd5b8cb69b06318
tree382c8f5264b7019d69a895608f0d248823988b21
parent31af3b4524f2a8d88a755900e934424ac6a5aab2
Reentrancy: Introduce adns__returning

Replace all the adns__consistency calls on the return paths from adns
with adns__returning (except in setup.c, whose functions never set up
any queries).

I have separately gone through the public entrypoints in adns.h and
checked that they have the expected adns__consistency calls.  So with
this patch, the new imprecation about adns__returning is satisfied.

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