diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:04:30 +0900 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-02-16 10:04:30 +0900 |
commit | 35797d6c69032fc9eaa472c501b7fbba8e388026 (patch) | |
tree | e2405b4d548078506fd80fcf2171d0988d0da561 /src/select.hpp | |
parent | 746cabf4868ff4b9bf46e01a16b43943c8e9454c (diff) |
Polling handle is a fixed type now.
Polling handle type was previously dependent on polling mechanism
used. Now it is void* in all cases. This patch is a first step
in the long way to separate the transports from the core library.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/select.hpp')
-rw-r--r-- | src/select.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/select.hpp b/src/select.hpp index b60c37d..f3f6c48 100644 --- a/src/select.hpp +++ b/src/select.hpp @@ -56,8 +56,6 @@ namespace xs { public: - typedef fd_t handle_t; - select_t (); ~select_t (); |