From: Lennart Poettering Date: Tue, 2 Apr 2013 15:33:31 +0000 (+0200) Subject: update TODO X-Git-Tag: v201~86 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d1148ed10a474ccc949113a8ec06e7e29c4c7cb0;hp=fa70beaabc56762fdf77e675c3e09bb638d89938 update TODO --- diff --git a/TODO b/TODO index 5e8a05052..2f236477a 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h index 057931d0d..122ec954c 100644 --- a/src/systemd/sd-bus.h +++ b/src/systemd/sd-bus.h @@ -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?