summaryrefslogtreecommitdiffstats
path: root/common/state/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/state/state.h')
-rw-r--r--common/state/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/state/state.h b/common/state/state.h
index 7f9651abd8..32146ca1bb 100644
--- a/common/state/state.h
+++ b/common/state/state.h
@@ -100,6 +100,7 @@ struct state {
struct list_head variables; /* Sorted list of variables */
unsigned int dirty;
+ unsigned int save_on_shutdown;
struct state_backend backend;
};