#include <FdMultiPool.h>
Public Member Functions | |
FdMultiPool (int maxFdsInPool) throw (std::exception) | |
virtual | ~FdMultiPool () |
void | registerFile (string pathname, int openFlags) throw (std::exception) |
void | registerFile (string pathname, int openFlags, mode_t permissions) throw (std::exception) |
void | close () throw (std::exception) |
int | acquireFdNonBlocking (string pathname) throw (std::exception) |
void | releaseFd (string pathname, int releasedFd) throw (std::exception) |
void | printDebugInfo (ostream &o) throw (std::exception) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|