diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-03-23 21:29:12 +0000 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-03-28 23:15:28 +0100 |
commit | 3c3d59833aaade452ab00df29d13ecc67130433d (patch) | |
tree | ebf30b914ca35d8d3a82f4f571117b1e92e13d9a /src/nxt_select_engine.c | |
parent | f6da981b218e9e817121a9087fb2e0cccae4e549 (diff) | |
download | unit-bool.tar.gz unit-bool.tar.bz2 |
Use nxt_bool_t in the configuration type system.bool
This replaces the use of uint8_t to represent booleans in the
configuration type system with the nxt_bool_t type (which happens to be
a uint8_t).
This is part of the work to use nxt_bool_t in structures to represent
booleans rather than uint8_t's which is more intuitive.
Reviewed-by: Alejandro Colomar <alx@nginx.com>
Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
Diffstat (limited to 'src/nxt_select_engine.c')
0 files changed, 0 insertions, 0 deletions