chenBright commented on PR #3290:
URL: https://github.com/apache/brpc/pull/3290#issuecomment-4505501599

   There is a compilation error on macOS:
   
   ```
   In file included from brpc/src/brpc/ubshm/ub_endpoint.cpp:31:
   brpc/src/brpc/ubshm/ub_endpoint.h:87:27: error: use of undeclared identifier 
'EPOLLOUT'
      87 |         uint32_t events = EPOLLOUT | EPOLLET;
   |                           ^
   brpc/src/brpc/ubshm/ub_endpoint.h:89:56: error: use of undeclared identifier 
'EPOLLIN'
   89 |             PollerRegisterEvent(CqSidOp::MOD, events | EPOLLIN);
   |                                                        ^
   brpc/src/brpc/ubshm/ub_endpoint.h:96:27: error: use of undeclared identifier 
'EPOLLIN'
   96 |         uint32_t events = EPOLLIN | EPOLLET;
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to