summaryrefslogtreecommitdiff
path: root/src/manager.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-13 19:01:20 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-13 19:01:20 +0200
commit9f611ad82e1eb1a9885f07ac95c244b25a7fbac7 (patch)
treee0826c50fcb39a85fecb575d13bc5f64a9f6caf8 /src/manager.h
parent4c633005eacdf964d22107f453ba804868f33a25 (diff)
unit: disable retroactive starting/stopping of units when deserializing
Diffstat (limited to 'src/manager.h')
-rw-r--r--src/manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager.h b/src/manager.h
index 0eceab99ea..32fbacc461 100644
--- a/src/manager.h
+++ b/src/manager.h
@@ -192,7 +192,7 @@ struct Manager {
bool utmp_reboot_written:1;
- bool deserializing:1;
+ int n_deserializing;
bool show_status;
bool confirm_spawn;