diff options
Diffstat (limited to 'src/nxt_router.c')
-rw-r--r-- | src/nxt_router.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_router.c b/src/nxt_router.c index 992cc039..aa033ced 100644 --- a/src/nxt_router.c +++ b/src/nxt_router.c @@ -66,14 +66,14 @@ typedef struct { typedef struct { nxt_app_t *app; nxt_router_temp_conf_t *temp_conf; - uint8_t proto; /* 1 bit */ + nxt_bool_t proto; } nxt_app_rpc_t; typedef struct { nxt_app_joint_t *app_joint; uint32_t generation; - uint8_t proto; /* 1 bit */ + nxt_bool_t proto; } nxt_app_joint_rpc_t; |