From 4953e5b5cba166bc12a92c686c5e000aaf272667 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Sun, 10 Sep 2017 06:22:15 +0300 Subject: Configuration persistence. Now configuration survives server reloads. --- src/nxt_runtime.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nxt_runtime.h') diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index b491002e..d0decfd2 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -58,6 +58,9 @@ struct nxt_runtime_s { const char *pid; const char *log; const char *modules; + const char *state; + const char *conf; + const char *conf_tmp; const char *control; nxt_queue_t engines; /* of nxt_event_engine_t */ -- cgit