diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-01 21:35:07 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-08-01 21:35:07 +0000 |
commit | a5c9214743e76bd8bee1cb5f4d0d6dc3d1171c58 (patch) | |
tree | 2a520b22f9a7423924b4ad776b747fd9ba198ae9 /include/inspsocket.h | |
parent | cf2836550f864e162923b8db82d1758b7fb77175 (diff) |
Removed threaded dns (it might make a comeback some day, but as it stands its incompatible with the new OO resolver)
Migrated to new OO resolver, removed as much firedns craq as is safe to do so, operates over one file descriptor now and keyed against request id.
The only way to use the system is via class Resolver (so i'll need to migrate the rest of the ircd to use it)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4622 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspsocket.h')
-rw-r--r-- | include/inspsocket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 4bd76788c..1b9947ef9 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -59,7 +59,6 @@ protected: /** * The resolver for this socket */ - DNS dns; /** * The hostname connected to |