diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-25 20:30:51 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-10-27 22:33:14 -0400 |
commit | e46b13c8c7f48f81d4e09912f2265daaa7f6d27e (patch) | |
tree | 35e7f7d660b34051b8c319337deb8dc5c90b8bda /src/core/manager.h | |
parent | 3fcd09602c0dfff8c0fafe6c4f9bba6b0fd72c30 (diff) |
manager: do not print anything while passwords are being queried
https://bugs.freedesktop.org/show_bug.cgi?id=73942
Diffstat (limited to 'src/core/manager.h')
-rw-r--r-- | src/core/manager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h index 65821671e7..782b85da00 100644 --- a/src/core/manager.h +++ b/src/core/manager.h @@ -265,6 +265,11 @@ struct Manager { unsigned n_on_console; unsigned jobs_in_progress_iteration; + /* Do we have any outstanding password prompts? */ + int have_ask_password; + int ask_password_inotify_fd; + sd_event_source *ask_password_event_source; + /* Type=idle pipes */ int idle_pipe[4]; sd_event_source *idle_pipe_event_source; |