44 DL ((
REACT,
"Not set! - ignoring.\n"));
50 DL ((
REACT,
"Woop - an error! FD_CLR failed!\n"));
63 DL ((
REACT,
"fd=%d not found in m_actfds list!\n",
fd_));
118 std::ostringstream
report;
An abstraction to message logging facility.
#define DL(X)
A macro for writing debug message to the Logger.
A wrapper class to provide AutoPtr with reference semantics.
std::list< u_int >::iterator ActiveFDs_Iter
std::list< u_int > m_actfds
void reset()
Reset every bit in the set (OFF).
bool setFd(handler_t fd_)
Set flag (ON) for the argument fd.
void sync()
Sync internals after used by select(3C)
std::string dump_c_str()
Return object state dump as an ASCII string.
int maxInSet()
Find out the highest file descriptor in the set.
bool isSet(handler_t fd_)
Test whether fd's flag is on.
bool clear(handler_t fd_)
Clear flag (OFF) for the argument fd.
int numSet()
Determine how many bits are set (ON) in the set.
@ REACT
Class Reactor/PrioriyQueue messages