chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Allow configuration entirely by text file.
[adns]
/
src
/
internal.h
diff --git
a/src/internal.h
b/src/internal.h
index 672e3a946d2661500d7323d6a57d63d895c16883..27d025878ef00136d20e862d36de7d30ac00eaeb 100644
(file)
--- a/
src/internal.h
+++ b/
src/internal.h
@@
-239,6
+239,7
@@
struct adns__query {
struct adns__state {
adns_initflags iflags;
FILE *diagfile;
+ int configerrno;
struct { adns_query head, tail; } timew, childw, output;
int nextid, udpsocket, tcpsocket;
vbuf tcpsend, tcprecv;