X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fmanager.h;h=782b85da00d2393329ff521347d3b4cf6fde080c;hb=e46b13c8c7f48f81d4e09912f2265daaa7f6d27e;hp=65821671e7cf5c6238ec7318bd52f666f6c0d554;hpb=fa1b91632c5220e6589007af4cd573ca909f915a;p=elogind.git diff --git a/src/core/manager.h b/src/core/manager.h index 65821671e..782b85da0 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;