summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2013-02-28 00:01:10 +0100
committerMichal Schmidt <mschmidt@redhat.com>2013-02-28 02:24:01 +0100
commit7ed9f6cd785634dd093e1b1550c3c6183177abf6 (patch)
tree266293630d3cb0a0928a7d4159b55694af2ef831 /src/core/manager.h
parent6ac8fdc9554a40024827ad9f64d02b4d8d2ab8ba (diff)
core: count active units that may mind our printing to /dev/console
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index 0d0255289a..78e4bc6404 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -226,6 +226,7 @@ struct Manager {
unsigned n_failed_jobs;
unsigned n_running_jobs;
+ unsigned n_on_console;
/* Type=idle pipes */
int idle_pipe[2];