nxt_event_conn_... functions and structures have been renamed

to nxt_conn_...
This commit is contained in:
Igor Sysoev
2017-06-14 15:18:52 +03:00
parent 3e2632688f
commit 7574c64992
37 changed files with 1968 additions and 2055 deletions

View File

@@ -29,7 +29,7 @@ typedef struct {
typedef struct {
nxt_event_engine_t *engine;
nxt_mem_pool_t *mem_pool;
nxt_event_conn_t *event_conn;
nxt_conn_t *event_conn;
nxt_log_t *log;
nxt_buf_t *output_buf;