diff options
Diffstat (limited to 'src/nxt_router.h')
-rw-r--r-- | src/nxt_router.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_router.h b/src/nxt_router.h index b4560a37..f5c5f7aa 100644 --- a/src/nxt_router.h +++ b/src/nxt_router.h @@ -88,6 +88,8 @@ struct nxt_app_s { uint32_t workers; uint32_t max_workers; + nxt_msec_t timeout; + nxt_app_type_t type:8; uint8_t live; /* 1 bit */ |