chiark / gitweb /
Reentrancy: Introduce adns__cancel
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 12 Oct 2014 21:10:14 +0000 (22:10 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 19 Oct 2014 20:09:56 +0000 (21:09 +0100)
commit64aae7c863f6e38cecc3cd6d5054f272e13852e8
treeb65e55af3f407622f7672afafe2ad233829170f8
parenteb2a930e0ff09c830479df1aea5d8a4ce9354dc1
Reentrancy: Introduce adns__cancel

We need a version of adns_cancel which does not call adns_returning,
for internal call sites who want to avoid reentrancy hazards.

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