event/PipeEvent: expose the EventPollBackendEvents constants
This commit is contained in:
parent
65a3062f45
commit
57d9cffc42
|
@ -11,7 +11,9 @@
|
|||
* A variant of #SocketEvent for pipes (and other kinds of
|
||||
* #FileDescriptor which can be used with epoll).
|
||||
*/
|
||||
class PipeEvent final {
|
||||
class PipeEvent final
|
||||
: public EventPollBackendEvents
|
||||
{
|
||||
SocketEvent event;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue