cliffjansen commented on code in PR #402: URL: https://github.com/apache/qpid-proton/pull/402#discussion_r1320279795
########## c/src/proactor/epoll_raw_connection.c: ########## @@ -304,7 +305,7 @@ void pn_raw_connection_write_close(pn_raw_connection_t *rc) { pni_raw_write_close(rc); } -static pn_event_t *pni_raw_batch_next(pn_event_batch_t *batch) { +static pn_event_t *pni_epoll_raw_batch_next(pn_event_batch_t *batch, bool peek_only) { Review Comment: pni_raw_batch_has_events() was used as suggested elsewhere. -- 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: dev-unsubscr...@qpid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org