chiark / gitweb /
login: make sd_session_get_vt() actually work
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 6764919e71c9db72b53adfff7fe032fb3b43dcb0..4a4746370f24c081a2a6d09eeb0827954359f5f1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -54,6 +54,8 @@ Features:
 
 * tmpfiles: when applying ownership to /run/log/journal also do this for the journal fails contained in it
 
+* rework list.h to use typeof() and thus simplify most linked list macros by not requring the type to be specified
+
 * we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend()
 
 * move config_parse_path_strv() out of conf-parser.c