event/PipeEvent: expose the EventPollBackendEvents constants

This commit is contained in:
Max Kellermann 2023-10-23 13:57:24 +02:00 committed by Max Kellermann
parent 65a3062f45
commit 57d9cffc42
1 changed files with 3 additions and 1 deletions

View File

@ -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: