X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogind.h;h=5a487569822f65badc4e3fe10877b36e098f8b78;hb=189583d7e4e0a74e96df12f00013eef8543ac96f;hp=d91cae38fe19006630c353c3a4e7f2134f09edb7;hpb=1fd45a90f5c99a88c268981de321d0ef8542bd4f;p=elogind.git diff --git a/src/logind.h b/src/logind.h index d91cae38f..5a4875698 100644 --- a/src/logind.h +++ b/src/logind.h @@ -32,25 +32,6 @@ #include "hashmap.h" #include "cgroup-util.h" -/* TODO: - * - * spawn user systemd - * direct client API - * add display symlinks also per-session - * - * udev: - * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed - * properly escape/remove : and . from seat names in udev rules - * 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 - */ - typedef struct Manager Manager; #include "logind-device.h"