chiark / gitweb /
sd-bus: make sd_bus::reply_callbacks a OrderedHashmap
authorMichal Schmidt <mschmidt@redhat.com>
Tue, 14 Oct 2014 16:27:55 +0000 (18:27 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Thu, 23 Oct 2014 15:38:02 +0000 (17:38 +0200)
commitc9fe4af70d2c884c1f95714a81ad6d1de31d5186
tree0c690f38ba2c23372b45c54e77db51b78807ac07
parentc1f906bd91c388fd84a006a56e1e6692e23f8ae3
sd-bus: make sd_bus::reply_callbacks a OrderedHashmap

The way process_closing() picks the first entry from reply_callbacks
and works with it makes it likely that it cares about the order.
src/libsystemd/sd-bus/bus-internal.h
src/libsystemd/sd-bus/bus-slot.c
src/libsystemd/sd-bus/sd-bus.c