chiark / gitweb /
udev: improve udev rule a bit
[elogind.git] / src / logind.h
index 59ea799d521e82185c44d648fbefb80d871ddaf4..d91cae38fe19006630c353c3a4e7f2134f09edb7 100644 (file)
@@ -36,9 +36,7 @@
  *
  * spawn user systemd
  * direct client API
- * verify access to SetIdleHint
- * add FlushDevices bus call
- * hook up ACL tool for udev
+ * add display symlinks also per-session
  *
  * udev:
  * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
@@ -47,6 +45,7 @@
  * 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
@@ -132,7 +131,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);