Using more expressive name for field.

This commit is contained in:
Igor Sysoev
2018-03-28 19:09:56 +03:00
parent bb8c285678
commit cd340b09e6
2 changed files with 20 additions and 19 deletions

View File

@@ -62,7 +62,7 @@ typedef struct {
nxt_event_engine_t *engine;
nxt_port_t *port;
nxt_array_t *engines;
nxt_router_conf_t *conf;
nxt_router_conf_t *router_conf;
nxt_mp_t *mem_pool;
} nxt_router_temp_conf_t;