chiark / gitweb /
execute: invoke sigwait() in a loop when waiting for PAM parent, to avoid spurious...
[elogind.git] / src / logind.h
index 9b9f38bb801e327b1d746489f0c1f7690c0216a9..10b75273fa07f3d91475da2b9f10a2c0fec45d46 100644 (file)
@@ -36,8 +36,6 @@
  *
  * spawn user systemd
  * direct client API
- * add configuration file
- * verify access to SetIdleHint
  *
  * udev:
  * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
@@ -45,6 +43,8 @@
  * use device_has_tag() as soon as it is available
  * trigger based on libudev if available
  * enumerate recursively with libudev when triggering
+ * use sysfs in device hash table, not sysname, when fb driver is fixed
+ * fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating
  *
  * non-local X11 server
  * reboot/shutdown halt management
@@ -84,7 +84,7 @@ struct Manager {
         Seat *vtconsole;
 
         char *cgroup_path;
-        char **controllers;
+        char **controllers, **reset_controllers;
 
         char **kill_only_users, **kill_exclude_users;
 
@@ -130,7 +130,7 @@ int manager_spawn_autovt(Manager *m, int vtnr);
 
 void manager_cgroup_notify_empty(Manager *m, const char *cgroup);
 
-void manager_gc(Manager *m);
+void manager_gc(Manager *m, bool drop_not_started);
 
 int manager_get_idle_hint(Manager *m, dual_timestamp *t);