mirror of https://github.com/adamdruppe/arsd.git
oops
This commit is contained in:
parent
09a6e315b1
commit
0fed9f70de
1
cgi.d
1
cgi.d
|
@ -6444,6 +6444,7 @@ void runAddonServer(EIS)(string localListenerName, EIS eis) if(is(EIS : EventIoS
|
||||||
import core.sys.posix.poll;
|
import core.sys.posix.poll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
version(linux)
|
||||||
eis.epoll_fd = epoll_fd;
|
eis.epoll_fd = epoll_fd;
|
||||||
|
|
||||||
auto acceptOp = allocateIoOp(sock, IoOp.Read, 0, null);
|
auto acceptOp = allocateIoOp(sock, IoOp.Read, 0, null);
|
||||||
|
|
Loading…
Reference in New Issue