Update mc_poller_epoll.h
This commit is contained in:
parent
dae34bd1b5
commit
bd9e16656c
|
|
@ -42,19 +42,6 @@ struct mc_poller_hndl_item
|
|||
struct mc_poller_hndl hndl;
|
||||
struct mc_list_item item;
|
||||
};
|
||||
/*
|
||||
struct mc_poller_hndl
|
||||
{
|
||||
int fd; // 文件描述符
|
||||
int id; // 与文件描述符相关联的标识符或索引(标识特定连接或资源的唯一标识符)
|
||||
uint32_t events; // 事件
|
||||
};
|
||||
|
||||
struct mc_list_item
|
||||
{
|
||||
struct mc_list_item* next; // 具有一个指向自己类型的指针
|
||||
};
|
||||
*/
|
||||
|
||||
struct mc_poller
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue