Added configure and command line option --control.

This commit is contained in:
Igor Sysoev
2017-08-26 13:37:44 +03:00
parent 7f5b57bfb9
commit 0d65c896cf
6 changed files with 53 additions and 39 deletions

View File

@@ -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 */