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, 19 Oct 2014 20:09:56 +0000 (21:09 +0100)
commiteb2a930e0ff09c830479df1aea5d8a4ce9354dc1
tree382c8f5264b7019d69a895608f0d248823988b21
parent1b8a0948f07eeef99ad6f44e7403ea3b0a9d4384
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