Memory pools refactoring.

This commit is contained in:
Igor Sysoev
2017-06-19 16:26:19 +03:00
parent 7574c64992
commit b1b9f621a4
17 changed files with 1133 additions and 937 deletions

View File

@@ -487,7 +487,7 @@ struct nxt_event_engine_s {
uint32_t max_connections;
nxt_port_t *port;
nxt_mem_cache_pool_t *mem_pool;
nxt_mp_t *mem_pool;
nxt_queue_t joints;
nxt_queue_t listen_connections;
nxt_queue_t idle_connections;