summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index cc4edf8f1e..0bd7a6d48b 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -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];