chiark / gitweb /
bus_property_append_long: use signed long and 'x' in the signature for DBUS_TYPE_INT64
[elogind.git] / src / manager.h
index c183e105af9b30a48dd748f7b79ef38f0708d0f5..07b92c8e4e94f329af3c2f6cfef494e450e0ae6e 100644 (file)
@@ -211,6 +211,8 @@ struct Manager {
         bool dispatching_run_queue:1;
         bool dispatching_dbus_queue:1;
 
+        bool taint_usr:1;
+
         bool show_status;
         bool confirm_spawn;
 #ifdef HAVE_SYSV_COMPAT
@@ -221,6 +223,7 @@ struct Manager {
 
         ExecOutput default_std_output, default_std_error;
 
+        int n_serializing;
         int n_deserializing;
 
         unsigned n_installed_jobs;