summaryrefslogtreecommitdiff
path: root/include/dns.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-22 15:18:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-10-22 15:18:16 +0000
commit70f589ea40d548d344596b91b001448d17ae160f (patch)
tree871124092eb73c2b2f8c171ac6d2d6f2f9882fc0 /include/dns.h
parent99cb131e9ce0aee782f00042bab9afc5f70fd39f (diff)
Call OnError when timing out
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5520 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dns.h')
-rw-r--r--include/dns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dns.h b/include/dns.h
index 6c690dc87..804250c15 100644
--- a/include/dns.h
+++ b/include/dns.h
@@ -68,7 +68,8 @@ enum ResolverError
RESOLVER_NSDOWN = 1,
RESOLVER_NXDOMAIN = 2,
RESOLVER_NOTREADY = 3,
- RESOLVER_BADIP = 4
+ RESOLVER_BADIP = 4,
+ RESOLVER_TIMEOUT = 5
};
/**