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 | 7f5b57bfb9a61ce0ba3fbc74f1775ace2d8ec6ec (patch) | |
tree | 37f69782ab933eb36d305d8d3e6e90c42417a711 /src/nxt_runtime.h | |
parent | 9aaa7d8c20e58ed380225cbbbd05248539d2f500 (diff) | |
download | unit-7f5b57bfb9a61ce0ba3fbc74f1775ace2d8ec6ec.tar.gz unit-7f5b57bfb9a61ce0ba3fbc74f1775ace2d8ec6ec.tar.bz2 |
Added configure and command line option --modules.
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 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 */ |