25 #ifndef CARGO_IPC_EPOLL_EVENTS_HPP
26 #define CARGO_IPC_EPOLL_EVENTS_HPP
29 #include <sys/epoll.h>
53 #endif // CARGO_IPC_EPOLL_EVENTS_HPP
std::string eventsToString(Events events)
Convert event mask into readable string.
Definition: events.cpp:53
unsigned int Events
bitmask of EPOLL* constants
Definition: events.hpp:39