chiark / gitweb /
sd-bus: when removing a server-side match, do so in "fire and forget" fashion
authorLennart Poettering <lennart@poettering.net>
Mon, 18 Dec 2017 19:50:26 +0000 (20:50 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:57 +0000 (07:49 +0200)
commita99096625516de3cce5d0d066b360cfa2369e5c1
tree1fc54a706f0d60549a7b9bc210762d03a3aa13e8
parentc1d0289f0036eac5fdf47997d516764be75219f4
sd-bus: when removing a server-side match, do so in "fire and forget" fashion

We currently wait for the RemoveMatch() reply, but then ignore what it
actually says. Let's optimize this a bit, and not even ask for an answer
back: just enqueue the RemoveMatch() operation, and do not request not
wait for any answer.
src/libelogind/sd-bus/bus-control.c
src/libelogind/sd-bus/bus-slot.c