refactor: change project structure
This commit is contained in:
10
include/core/epoll_utils.h
Normal file
10
include/core/epoll_utils.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef CWS_EPOLL_UTILS_H
|
||||
#define CWS_EPOLL_UTILS_H
|
||||
|
||||
int cws_epoll_add(int epfd, int sockfd);
|
||||
|
||||
int cws_epoll_del(int epfd, int sockfd);
|
||||
|
||||
int cws_epoll_create_with_fd(int fd);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user