Storing memory cache slot hint inside nxt_sockaddr_t.

This commit is contained in:
Igor Sysoev
2017-10-17 16:22:38 +03:00
parent 1c6d4d8cff
commit 09ef66d39c
7 changed files with 27 additions and 31 deletions

View File

@@ -103,7 +103,6 @@ typedef struct {
uint32_t ready;
uint32_t batch;
uint32_t mem_cache; /* 8 bits */
/* An accept() interface is cached to minimize memory accesses. */
nxt_work_handler_t accept;