summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-02 17:33:31 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-02 17:47:59 +0200
commitd1148ed10a474ccc949113a8ec06e7e29c4c7cb0 (patch)
tree2f0cfcb1a5aae6cf855f5a6a8826b784b363e113 /src
parentfa70beaabc56762fdf77e675c3e09bb638d89938 (diff)
update TODO
Diffstat (limited to 'src')
-rw-r--r--src/systemd/sd-bus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/systemd/sd-bus.h b/src/systemd/sd-bus.h
index 057931d0df..122ec954ca 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?