update TODO

This commit is contained in:
Lennart Poettering 2013-04-02 17:33:31 +02:00
parent fa70beaabc
commit d1148ed10a
2 changed files with 5 additions and 0 deletions

2
TODO
View file

@ -50,6 +50,8 @@ Fedora 19:
Features:
* add sd_journal_get_timeout() and sd_journal_get_events(9
* seems that when we follow symlinks to units we prefer the symlink
destination path over /etc and /usr. We shouldn't do that. Instead
/etc should always override /run+/usr and also any symlink

View file

@ -33,6 +33,9 @@ extern "C" {
#endif
/* TODO:
* - allow registration/removl of callbacks from within callbacks
* - don't allow recursive processing
*
* - add page donation logic
* - api for appending/reading fixed arrays
* - merge busctl into systemctl or so?