diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2018-09-20 15:27:08 +0300 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2018-09-20 15:27:08 +0300 |
| commit | 8d844bc2aa78d5acc789c5865a62bedbeba76902 (patch) | |
| tree | cbc6e225402434d5b14cb454a2b7c02cebc93bbf /src/nxt_runtime.h | |
| parent | 2dfd8ffc2fa36712c8987afa870c355185d61af9 (diff) | |
| download | unit-8d844bc2aa78d5acc789c5865a62bedbeba76902.tar.gz unit-8d844bc2aa78d5acc789c5865a62bedbeba76902.tar.bz2 | |
Controller: certificates storage interface.
Diffstat (limited to 'src/nxt_runtime.h')
| -rw-r--r-- | src/nxt_runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 2e121f88..e4c9e2a1 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -68,6 +68,8 @@ struct nxt_runtime_s { const char *conf_tmp; const char *control; + nxt_str_t certs; + nxt_queue_t engines; /* of nxt_event_engine_t */ nxt_sockaddr_t *controller_listen; |
