mirror of
https://github.com/CPunch/Laika.git
synced 2026-03-19 16:30:03 +00:00
Moved setPollIn flag to sLaika_socket from sLaika_peer
This commit is contained in:
@@ -50,6 +50,7 @@ void laikaS_initSocket(struct sLaika_socket *sock, pollEvent onPollIn, pollEvent
|
||||
sock->outCap = ARRAY_START;
|
||||
sock->outCount = 0;
|
||||
sock->flipEndian = false;
|
||||
sock->setPollOut = false;
|
||||
|
||||
laikaS_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user