mirror of
https://github.com/janet-lang/janet
synced 2025-12-13 20:18:06 +00:00
Partial work updating epoll reimplentation.
This commit is contained in:
@@ -628,7 +628,7 @@ struct JanetListenerState {
|
||||
void *tag; /* Used to associate listeners with an overlapped structure */
|
||||
int bytes; /* Used to track how many bytes were transfered. */
|
||||
#else
|
||||
uint32_t index; /* Used for poll implentation */
|
||||
uint32_t index; /* Used for poll/epoll implentation */
|
||||
#endif
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user