chiark / gitweb /
service: introduce Type=idle and use it for gettys
[elogind.git] / src / core / manager.h
index 808a0d4286c6b95f40fe1945df0164f0257b1623..154c1faeb7289797f810ce4cd1c53a62f4205591 100644 (file)
@@ -227,6 +227,9 @@ struct Manager {
 
         unsigned n_installed_jobs;
         unsigned n_failed_jobs;
+
+        /* Type=idle pipes */
+        int idle_pipe[2];
 };
 
 int manager_new(ManagerRunningAs running_as, Manager **m);