diff options
Diffstat (limited to 'src/nxt_conn.h')
-rw-r--r-- | src/nxt_conn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_conn.h b/src/nxt_conn.h index 32cad432..c4cabd05 100644 --- a/src/nxt_conn.h +++ b/src/nxt_conn.h @@ -103,6 +103,7 @@ 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; |