diff options
Diffstat (limited to 'src/poll.hpp')
-rw-r--r-- | src/poll.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/poll.hpp b/src/poll.hpp index 3ce959f..28bb2eb 100644 --- a/src/poll.hpp +++ b/src/poll.hpp @@ -46,8 +46,6 @@ namespace xs { public: - typedef fd_t handle_t; - poll_t (); ~poll_t (); @@ -71,7 +69,7 @@ namespace xs struct fd_entry_t { - fd_t index; + int index; xs::i_poll_events *events; }; |