#include <scheduler.hh>
Public Member Functions | |
PollData (int fd, short events) | |
bool | active () const |
bool | operator< (const PollData &rhs) const |
Static Public Member Functions | |
template<class C, class A> | |
static void | poll (std::multiset< IOEvent *, C, A > &s, int timeout=-1) |
Public Attributes | |
::pollfd | pfd |
Static Private Member Functions | |
static int | priority (const ::pollfd &ufd) |
|
|
|
|
|
|
|
|
|
|
|
|