diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-26 13:37:44 +0300 |
commit | 0d65c896cfa45f5e3fef05d95c9409fd68ff45c8 (patch) | |
tree | 71a420645b43a1a2d7d45fe5f35071d986e1869e /src/nxt_runtime.h | |
parent | 7f5b57bfb9a61ce0ba3fbc74f1775ace2d8ec6ec (diff) | |
download | unit-0d65c896cfa45f5e3fef05d95c9409fd68ff45c8.tar.gz unit-0d65c896cfa45f5e3fef05d95c9409fd68ff45c8.tar.bz2 |
Added configure and command line option --control.
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index d774aad3..f6d6aa53 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -58,6 +58,7 @@ struct nxt_runtime_s { const char *pid; const char *log; const char *modules; + const char *control; nxt_queue_t engines; /* of nxt_event_engine_t */ |