chiark / gitweb /
manager: do not print anything while passwords are being queried
[elogind.git] / src / core / manager.h
index 65821671e7cf5c6238ec7318bd52f666f6c0d554..782b85da00d2393329ff521347d3b4cf6fde080c 100644 (file)
@@ -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;