chiark / gitweb /
manager: count how many jobs we executed
[elogind.git] / src / manager.h
index 445537239cb33b9cb2082084285686b7e853dbf5..a137eb7c6f401f33a94b89f086678952d3ef2778 100644 (file)
@@ -207,6 +207,8 @@ struct Manager {
         bool swap_auto;
 
         int n_deserializing;
+
+        unsigned n_installed_jobs;
 };
 
 int manager_new(ManagerRunningAs running_as, Manager **m);