diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_event_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_event_engine.h b/src/nxt_event_engine.h index c34f8cd7..b78b1b71 100644 --- a/src/nxt_event_engine.h +++ b/src/nxt_event_engine.h @@ -477,7 +477,7 @@ struct nxt_event_engine_s { uint8_t shutdown; /* 1 bit */ - uint32_t batch; + uint32_t batch0; uint32_t connections; uint32_t max_connections; |