mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
fix kqueue eof event
This commit is contained in:
@@ -10,6 +10,7 @@ struct event {
|
||||
bool read;
|
||||
bool write;
|
||||
bool error;
|
||||
bool eof;
|
||||
};
|
||||
|
||||
static bool sp_invalid(poll_fd fd);
|
||||
|
||||
Reference in New Issue
Block a user