diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-16 21:52:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-16 21:58:34 +0200 |
commit | e4ee6e5cc3e8e23e1ecc0d9fa756d9cc2534d218 (patch) | |
tree | 4264b1334f465b36c7f8c726eb9bf94f00ac5550 /TODO | |
parent | eb01ba5de14859d7a94835ab9299de40132d549a (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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |