]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/sd_bus_new.xml
sd-bus: add sd_bus_close_unref() helper
authorLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 14:51:08 +0000 (15:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 17 Jan 2019 15:12:38 +0000 (16:12 +0100)
commitbd62b7448623fbe36665e089977731efb55524c0
treea05c81cd5f93dac75f1649414f1344272775979e
parent80aff27aeb7bbe694395df56be300ff5a4ea4e02
sd-bus: add sd_bus_close_unref() helper

It's similar to sd_bus_flush_close_unref() but doesn't do the flushing.
This is useful since this will still discnnect the connection properly
but not synchronously wait for the peer to take our messages.

Primary usecase is within _cleanup_() expressions where synchronously
waiting on the peer is not OK.
man/sd_bus_new.xml
src/core/dbus.c
src/libsystemd/libsystemd.sym
src/libsystemd/sd-bus/sd-bus.c
src/systemd/sd-bus.h