mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
Tied in DNS to SocketEngine
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2333 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
2e816169a4
commit
d3f0dfdf96
@ -693,6 +693,10 @@ bool DNS::HasResult(int fd)
|
||||
return (fd == this->myfd);
|
||||
}
|
||||
|
||||
/* Only the multithreaded dns uses this poll() based
|
||||
* check now. As its in another thread we dont have
|
||||
* to worry about its performance that much.
|
||||
*/
|
||||
bool DNS::HasResult()
|
||||
{
|
||||
log(DEBUG,"DNS: HasResult, fd=%d",this->myfd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user