diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-31 19:17:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-12-31 19:17:04 +0000 |
commit | 6a6f5b2275b1bfc0ab1e2b1393ec1df2fa734c86 (patch) | |
tree | 5581a4ad71a9c3e44e6729fde2d8ca708f046636 /include/dns.h | |
parent | 739b08770578b891cab4c824ca29eeb01445457f (diff) |
Add missing feature: /rehash reinitializes dns subsytem (and can handle changed addresses)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6193 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dns.h b/include/dns.h index 038323a43..92f3fe8f7 100644 --- a/include/dns.h +++ b/include/dns.h @@ -353,6 +353,11 @@ class DNS : public EventHandler DNS(InspIRCd* Instance); /** + * Re-initialize the DNS subsystem. + */ + void Rehash(); + + /** * Destructor */ ~DNS(); |