Skip to content

Commit

Permalink
event/PipeEvent: expose the EventPollBackendEvents constants
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Oct 23, 2023
1 parent 389596e commit 952d53a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/event/PipeEvent.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 952d53a

Please sign in to comment.