summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-12-12 01:39:21 +0100
committerLennart Poettering <lennart@poettering.net>2013-12-12 01:39:21 +0100
commit0a825b5cd4adb4d9dadfb2e237cdceae09399804 (patch)
tree661d22691d59c633f9dc0075e921452939ccdeb0 /TODO
parent7f7030e23ea82b9576472c95680dfbb59d842a54 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO b/TODO
index a4cffb3bb3..e60211a1e2 100644
--- a/TODO
+++ b/TODO
@@ -123,15 +123,14 @@ Features:
- support "const" properties as flag
- add API to clone sd_bus_message objects
- SD_BUS_COMMENT() macro for inclusion in vtables, syntax inspired by gdbus
- - make sd_bus_open_system_container() kdbus aware
- - longer term:
- * priority queues
- * priority inheritance
- sort out error codes for sd_bus_release_name(), distuingish: successful removal from foreign name, from non-existing name
- - bug in kdbus: nameownerchange is not generated for names, only ids.
- kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too...
- kdbus: we need a way to distuingish messages we got due to monitoring from normal messages, since we want to bind methods only to the latter
- figure out what to do when fields in the kdbus header and in the payload header do not match
+ - nameownerchange cannot be properly synthesized since we cannot distuingish messages from kernel when a name changed ownership starter → real from real → starter
+ - longer term:
+ * priority queues
+ * priority inheritance
* sd-event
- allow multiple signal handlers per signal