From c9fe4af70d2c884c1f95714a81ad6d1de31d5186 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Tue, 14 Oct 2014 18:27:55 +0200 Subject: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsystemd/sd-bus/bus-internal.h') diff --git a/src/libsystemd/sd-bus/bus-internal.h b/src/libsystemd/sd-bus/bus-internal.h index 601ea5afb1..57247d7df9 100644 --- a/src/libsystemd/sd-bus/bus-internal.h +++ b/src/libsystemd/sd-bus/bus-internal.h @@ -230,7 +230,7 @@ struct sd_bus { struct bus_match_node match_callbacks; Prioq *reply_callbacks_prioq; - Hashmap *reply_callbacks; + OrderedHashmap *reply_callbacks; LIST_HEAD(struct filter_callback, filter_callbacks); Hashmap *nodes; -- cgit v1.2.3-54-g00ecf