mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
enable error handle
This commit is contained in:
@@ -18,7 +18,7 @@ static poll_fd sp_create();
|
||||
static void sp_release(poll_fd fd);
|
||||
static int sp_add(poll_fd fd, int sock, void *ud);
|
||||
static void sp_del(poll_fd fd, int sock);
|
||||
static void sp_enable(poll_fd, int sock, void *ud, bool read_enable, bool write_enable);
|
||||
static int sp_enable(poll_fd, int sock, void *ud, bool read_enable, bool write_enable);
|
||||
static int sp_wait(poll_fd, struct event *e, int max);
|
||||
static void sp_nonblocking(int sock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user