]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
bus: add minimal locking around the memfd cache
authorLennart Poettering <lennart@poettering.net>
Fri, 17 May 2013 01:13:58 +0000 (03:13 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 17 May 2013 02:26:27 +0000 (04:26 +0200)
commit45fbe937d7ca8d0da9ea276d57bc70ebd41c285e
tree95b216605530430206c7d863bca4d1d610382d25
parentd5a2b9a6f455468a0f29483303657ab4fd7013d8
bus: add minimal locking around the memfd cache

We want to allow clients to process an sd_bus_message on a different
thread than it was received on. Since unreffing a bus message might
readd some of its memfds to the memfd cache add some minimal locking
around the cache.
Makefile.am
TODO
src/libsystemd-bus/bus-internal.h
src/libsystemd-bus/bus-kernel.c
src/libsystemd-bus/sd-bus.c