diff options
| author | 2007-07-27 19:26:27 +0000 | |
|---|---|---|
| committer | 2007-07-27 19:26:27 +0000 | |
| commit | 5adcfa35c2c6df8c356841c11835f25e3422364c (patch) | |
| tree | 1322545ebac647490f4059711cbf60a238fc72c9 /src/inspsocket.cpp | |
| parent | Removal of some ifdefs (diff) | |
| download | inspircd++-5adcfa35c2c6df8c356841c11835f25e3422364c.tar.gz inspircd++-5adcfa35c2c6df8c356841c11835f25e3422364c.tar.bz2 inspircd++-5adcfa35c2c6df8c356841c11835f25e3422364c.zip | |
Windows specific data types in EventHandler are now Extensible items
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7599 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspsocket.cpp')
| -rw-r--r-- | src/inspsocket.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index c0a77a28d..96f07b6e4 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -601,6 +601,8 @@ bool InspSocket::Poll() if ((!*this->host) || strchr(this->host, ':')) length = sizeof(sockaddr_in6); #endif + void* m_acceptEvent = NULL; + GetExt("windows_acceptevent", m_acceptEvent); incoming = _accept (this->fd, client, &length); #ifdef IPV6 if ((!*this->host) || strchr(this->host, ':')) |
