summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-05-16 21:52:35 +0200
committerLennart Poettering <lennart@poettering.net>2013-05-16 21:58:34 +0200
commite4ee6e5cc3e8e23e1ecc0d9fa756d9cc2534d218 (patch)
tree4264b1334f465b36c7f8c726eb9bf94f00ac5550 /TODO
parenteb01ba5de14859d7a94835ab9299de40132d549a (diff)
bus: make bus ref counting atomic
This is preparation to allow sd_bus_message obejcts to be processed in a different thread from their originating sd_bus object.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 14ed4b43ca..19e53fe658 100644
--- a/TODO
+++ b/TODO
@@ -42,8 +42,8 @@ Features:
- move to gvariant
- minimal locking around the memfd cache
- keep the connection fds around as long as the bus is open
- - make ref counting atomic
- merge busctl into systemctl or so?
+ - synthesize sd_bus_message objects from kernel messages
* in the final killing spree, detect processes from the root directory, and
complain loudly if they have argv[0][0] == '@' set.