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>
Mon, 13 Oct 2014 13:01:22 +0000 (14:01 +0100)
commit4d6b3d18f00854d227660e42bd4006322673f420
tree3a19f573a8dee1ce99be1dc5c07befc8beb29690
parent284d78823348d01d2d3051d24e9d3b0b2e671aa1
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