chiark / gitweb /
core: keep track of the number of JOB_RUNNING jobs
[elogind.git] / src / core / manager.h
index cc4edf8f1ef0bac2acea3005b07c4765870c50b2..0bd7a6d48b5fa8043233000a67e3722864a9e64c 100644 (file)
@@ -225,6 +225,8 @@ struct Manager {
         unsigned n_installed_jobs;
         unsigned n_failed_jobs;
 
+        unsigned n_running_jobs;
+
         /* Type=idle pipes */
         int idle_pipe[2];