]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
bus: make bus ref counting atomic
authorLennart Poettering <lennart@poettering.net>
Thu, 16 May 2013 19:52:35 +0000 (21:52 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 16 May 2013 19:58:34 +0000 (21:58 +0200)
commite4ee6e5cc3e8e23e1ecc0d9fa756d9cc2534d218
tree4264b1334f465b36c7f8c726eb9bf94f00ac5550
parenteb01ba5de14859d7a94835ab9299de40132d549a
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.
Makefile.am
TODO
src/libsystemd-bus/bus-internal.h
src/libsystemd-bus/sd-bus.c
src/shared/refcnt.h [new file with mode: 0644]