From bd9e16656c3647b384b5e3fd8ac67f12e4a00df3 Mon Sep 17 00:00:00 2001 From: shuimuzhihua Date: Sat, 26 Aug 2023 14:48:39 +0800 Subject: [PATCH] Update mc_poller_epoll.h --- .../communication/libcomm_core/mc_poller_epoll.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/gausskernel/cbb/communication/libcomm_core/mc_poller_epoll.h b/src/gausskernel/cbb/communication/libcomm_core/mc_poller_epoll.h index 6a8221f98..d60650c77 100644 --- a/src/gausskernel/cbb/communication/libcomm_core/mc_poller_epoll.h +++ b/src/gausskernel/cbb/communication/libcomm_core/mc_poller_epoll.h @@ -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 {