chiark / gitweb /
timeout robustness: Introduce adns__timeout_{set,clear}
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 9 Dec 2016 20:46:40 +0000 (20:46 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 11 Jun 2020 15:13:02 +0000 (16:13 +0100)
commit514c20aa99cd2f29c7e5da1e263ab7e81e3a9ff3
tree8eb66157d2901bd74abae6e2a77cd160061d1b96
parent3f3b27e453cd6b8f36c7375cfdd67235314838a9
timeout robustness: Introduce adns__timeout_{set,clear}

This abstracts away the open-coded handling of qu->timeout.
Rename the field to catch all call sites.

No functional change.

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