Revert "Revert "fix cast warning caught on windows""

This reverts commit 25eaf730bc.
This commit is contained in:
Benjamin Sergeant
2019-05-13 22:16:49 -07:00
parent 4ee502fa1a
commit c935be6a49
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ namespace ix
// Functions to check whether there is activity on the socket
PollResultType poll(int timeoutMs = kDefaultPollTimeout);
bool wakeUpFromPoll(uint8_t wakeUpCode);
bool wakeUpFromPoll(uint64_t wakeUpCode);
PollResultType isReadyToWrite(int timeoutMs);
PollResultType isReadyToRead(int timeoutMs);