Fix kqueue to work with SocketType

This commit is contained in:
Eugen Wissner 2017-05-25 22:21:45 +02:00
parent d007aaa310
commit b1c217e272
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{ {