chiark / gitweb /
snapshot: fix deserialization
[elogind.git] / src / manager.h
index e5cf3a1c520d5831af7a72f9cea817a47fff7ab0..b44ffe27ce08215897d2c8ff70e152edd5f5b2fa 100644 (file)
@@ -193,6 +193,8 @@ struct Manager {
 
         bool utmp_reboot_written:1;
 
 
         bool utmp_reboot_written:1;
 
+        bool deserializing:1;
+
         bool show_status;
         bool confirm_spawn;
 };
         bool show_status;
         bool confirm_spawn;
 };