From 0d65c896cfa45f5e3fef05d95c9409fd68ff45c8 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 26 Aug 2017 13:37:44 +0300 Subject: Added configure and command line option --control. --- src/nxt_runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nxt_runtime.h') 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 */ -- cgit