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)
The way process_closing() picks the first entry from reply_callbacks
and works with it makes it likely that it cares about the order.


No differences found