event/PipeEvent: expose the EventPollBackendEvents constants
This commit is contained in:

committed by
Max Kellermann

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