From 7f5b57bfb9a61ce0ba3fbc74f1775ace2d8ec6ec 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 --modules. --- 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 8741f08c..d774aad3 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -57,6 +57,7 @@ struct nxt_runtime_s { const char *group; const char *pid; const char *log; + const char *modules; nxt_queue_t engines; /* of nxt_event_engine_t */ -- cgit