chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Apr 2013 15:33:31 +0000 (17:33 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Apr 2013 15:47:59 +0000 (17:47 +0200)
TODO
src/systemd/sd-bus.h

diff --git a/TODO b/TODO
index 5e8a05052389872018772b6313a584669b029915..2f236477ae086191f5fd5a8af49f359652849975 100644 (file)
--- 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
index 057931d0dfb08f6ebb97d4a44ba9ef45a37ad4f2..122ec954ca4b5b92d016f1c75e2244765dd5ad57 100644 (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?