diff options
| author | ruki <[email protected]> | 2019-11-06 00:36:43 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-11-05 21:40:22 +0800 |
| commit | 4e96ff73864ea29e5ec7730e5e08a20cf42e9b5f (patch) | |
| tree | f2dd6c95ff1200d457018fc809db8ef4e3ad9755 /core/src/xmake/makefile | |
| parent | b1eee1ec65dd0f9d3a26af52596d86c331160587 (diff) | |
add io poller
Diffstat (limited to 'core/src/xmake/makefile')
| -rw-r--r-- | core/src/xmake/makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/xmake/makefile b/core/src/xmake/makefile index e2660128a..960f5ef8b 100644 --- a/core/src/xmake/makefile +++ b/core/src/xmake/makefile @@ -60,6 +60,10 @@ xmake_C_FILES += \ io/filelock_unlock \ io/filelock_trylock \ io/filelock_close \ + io/poller \ + io/poller_insert \ + io/poller_remove \ + io/poller_modify \ io/socket_open \ io/socket_rawfd \ io/socket_wait \ |
