Commit 9ba2c4c6 authored by Andrii Grynenko's avatar Andrii Grynenko Committed by Facebook GitHub Bot

Update epollop layout to match OSS libevent

Differential Revision: D25018383

fbshipit-source-id: eefc622ad60d663efd174ad341df7697c548b3bd
parent 3239f3c4
...@@ -29,6 +29,7 @@ struct event_base { ...@@ -29,6 +29,7 @@ struct event_base {
struct epollop { struct epollop {
void* fds; void* fds;
int nfds;
void* events; void* events;
int nevents; int nevents;
int epfd; int epfd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment