Update mc_poller_epoll.h

This commit is contained in:
shuimuzhihua 2023-08-26 14:48:39 +08:00
parent dae34bd1b5
commit bd9e16656c
1 changed files with 0 additions and 13 deletions

View File

@ -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
{