chiark / gitweb /
sd-bus: split out handling of reply callbacks on close into its own function
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Aug 2016 12:45:34 +0000 (14:45 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:52 +0000 (08:50 +0200)
commit063c6f2971ed100516b2834d91e938eec6d84024
tree71cc44ca9eee4fc56f858dc879500cae3c1f9594
parent906f94da76802b2aae4dd052018766f5378ae4b8
sd-bus: split out handling of reply callbacks on close into its own function

When a bus connection is closed we dispatch all reply callbacks. Do so in a new
function if its own.

No behaviour changes.
src/libelogind/sd-bus/sd-bus.c