113c113
< typedef struct nxt_event_conn_s nxt_event_conn_t;
---
> typedef struct nxt_conn_s nxt_conn_t;
131a132
> #include <nxt_file_event.h>
140,141c141
< typedef void (*nxt_event_conn_handler_t)(nxt_thread_t *thr,
< nxt_event_conn_t *c);
---
> typedef void (*nxt_event_conn_handler_t)(nxt_thread_t *thr, nxt_conn_t *c);
144,145c144
< #include <nxt_event_conn.h>
< #include <nxt_event_file.h>
---
> #include <nxt_conn.h>