diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-10-28 00:01:46 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-10-28 00:01:46 +0300 |
commit | 28ab1de364d048a4cb3f92179adebdd1eb851d65 (patch) | |
tree | 8e5b56e0c6897e22bcb756d40fddf2e4e0994a97 /src/nxt_unit.h | |
parent | ccee391ab28d2742a98c612c42a37d6dcdbcd5f7 (diff) | |
download | unit-28ab1de364d048a4cb3f92179adebdd1eb851d65.tar.gz unit-28ab1de364d048a4cb3f92179adebdd1eb851d65.tar.bz2 |
Libunit: gracefully quitting a multicontext application.
Diffstat (limited to 'src/nxt_unit.h')
-rw-r--r-- | src/nxt_unit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_unit.h b/src/nxt_unit.h index e90f0781..52f9bc27 100644 --- a/src/nxt_unit.h +++ b/src/nxt_unit.h @@ -34,6 +34,8 @@ enum { #define NXT_UNIT_INIT_ENV "NXT_UNIT_INIT" +#define NXT_UNIT_SHARED_PORT_ID ((uint16_t) 0xFFFFu) + /* * Mostly opaque structure with library state. * |