nxt_runtime.h (1563:d32bc428f46b) nxt_runtime.h (1969:be6409cdb028)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) Valentin V. Bartenev
5 * Copyright (C) NGINX, Inc.
6 */
7
8#ifndef _NXT_RUNTIME_H_INCLUDED_

--- 51 unchanged lines hidden (view full) ---

60 uint32_t auxiliary_threads;
61 nxt_credential_t user_cred;
62 nxt_capabilities_t capabilities;
63 const char *group;
64 const char *pid;
65 const char *log;
66 const char *modules;
67 const char *state;
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) Valentin V. Bartenev
5 * Copyright (C) NGINX, Inc.
6 */
7
8#ifndef _NXT_RUNTIME_H_INCLUDED_

--- 51 unchanged lines hidden (view full) ---

60 uint32_t auxiliary_threads;
61 nxt_credential_t user_cred;
62 nxt_capabilities_t capabilities;
63 const char *group;
64 const char *pid;
65 const char *log;
66 const char *modules;
67 const char *state;
68 const char *ver;
69 const char *ver_tmp;
68 const char *conf;
69 const char *conf_tmp;
70 const char *control;
71 const char *tmp;
72
73 nxt_str_t certs;
74
75 nxt_queue_t engines; /* of nxt_event_engine_t */

--- 86 unchanged lines hidden ---
70 const char *conf;
71 const char *conf_tmp;
72 const char *control;
73 const char *tmp;
74
75 nxt_str_t certs;
76
77 nxt_queue_t engines; /* of nxt_event_engine_t */

--- 86 unchanged lines hidden ---