chiark / gitweb /
unit: disable retroactive starting/stopping of units when deserializing
[elogind.git] / src / manager.h
index 0eceab99eaf8037ba4582e47d09a7b69f0357d36..32fbacc4615e1a1094b27a29b63e9c1b2f8e4cc2 100644 (file)
@@ -192,7 +192,7 @@ struct Manager {
 
         bool utmp_reboot_written:1;
 
-        bool deserializing:1;
+        int n_deserializing;
 
         bool show_status;
         bool confirm_spawn;