chiark / gitweb /
cgroup: kill processes even in cgroups that aren't realized
[elogind.git] / src / logind.h
index ebf859eb2ef14068bc940d766a4c9ac2a3151807..10b75273fa07f3d91475da2b9f10a2c0fec45d46 100644 (file)
@@ -36,8 +36,6 @@
  *
  * spawn user systemd
  * direct client API
- * verify access to SetIdleHint
- * hook up ACL tool for udev
  *
  * udev:
  * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed
@@ -46,6 +44,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
@@ -131,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);