| 1197 | } |
| 1198 | |
| 1199 | static apr_status_t mplx_pollset_create(h2_mplx *m) |
| 1200 | { |
| 1201 | /* stream0 output only */ |
| 1202 | return apr_pollset_create(&m->pollset, 1, m->pool, |
| 1203 | APR_POLLSET_WAKEABLE); |
| 1204 | } |
| 1205 | |
| 1206 | static apr_status_t mplx_pollset_poll(h2_mplx *m, apr_interval_time_t timeout, |
| 1207 | stream_ev_callback *on_stream_input, |