Fix kqueue to work with SocketType
This commit is contained in:
parent
d007aaa310
commit
b1c217e272
@ -151,7 +151,7 @@ final class KqueueLoop : SelectorLoop
|
|||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void set(socket_t socket, short filter, ushort flags) @nogc
|
private void set(SocketType socket, short filter, ushort flags) @nogc
|
||||||
{
|
{
|
||||||
if (changes.length <= changeCount)
|
if (changes.length <= changeCount)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user