From e4ee6e5cc3e8e23e1ecc0d9fa756d9cc2534d218 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 16 May 2013 21:52:35 +0200 Subject: 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. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') 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. -- cgit v1.2.3-54-g00ecf