From 5fa5b1464f2a0623bb7ee7c68ff6f9d18e744ed4 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Sat, 9 Oct 2021 10:44:31 +0800 Subject: Configuration: automatic migration to the new "share" behavior. --- src/nxt_runtime.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/nxt_runtime.h') diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 0fb8c9a1..2037fc5d 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -65,6 +65,8 @@ struct nxt_runtime_s { const char *log; const char *modules; const char *state; + const char *ver; + const char *ver_tmp; const char *conf; const char *conf_tmp; const char *control; -- cgit