summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.h
diff options
context:
space:
mode:
authorTiago Natel <t.nateldemoura@f5.com>2019-12-06 13:28:05 +0000
committerTiago Natel <t.nateldemoura@f5.com>2019-12-06 13:28:05 +0000
commited2492a66afdf578d1e4f99dc098ab685607b3ba (patch)
tree188ac507ad6efdd02e8aae6adf1dbb5cd406fdbc /src/nxt_runtime.h
parentc6a11260e8ad5fa64cb025f72aab343aea9f1d63 (diff)
downloadunit-ed2492a66afdf578d1e4f99dc098ab685607b3ba.tar.gz
unit-ed2492a66afdf578d1e4f99dc098ab685607b3ba.tar.bz2
Moved credential-related code to nxt_credential.c.
This is required to avoid include cycles, as some nxt_clone_* functions depend on the credential structures, but nxt_process depends on clone structures.
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r--src/nxt_runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h
index d5b340b6..f8d19ec6 100644
--- a/src/nxt_runtime.h
+++ b/src/nxt_runtime.h
@@ -58,7 +58,7 @@ struct nxt_runtime_s {
const char *engine;
uint32_t engine_connections;
uint32_t auxiliary_threads;
- nxt_user_cred_t user_cred;
+ nxt_credential_t user_cred;
nxt_capabilities_t capabilities;
const char *group;
const char *pid;