mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
support error event, see #644
This commit is contained in:
@@ -9,6 +9,7 @@ struct event {
|
||||
void * s;
|
||||
bool read;
|
||||
bool write;
|
||||
bool error;
|
||||
};
|
||||
|
||||
static bool sp_invalid(poll_fd fd);
|
||||
|
||||
Reference in New Issue
Block a user