From 029942f4eb7196c2cff0d0e26bc6ff274138f7d8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 22 Feb 2017 15:09:59 +0300 Subject: I/O operations refactoring. --- src/nxt_event_engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_event_engine.h') 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; -- cgit