From: David Tardon Date: Wed, 24 May 2023 06:47:25 +0000 (+0200) Subject: bus-locator: sort the list X-Git-Tag: v254-rc1~397^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86257d9fd84767631e0aa26e12ad5829d51f6142;p=thirdparty%2Fsystemd.git bus-locator: sort the list --- diff --git a/src/shared/bus-locator.h b/src/shared/bus-locator.h index aa155b770b1..4f50a9727f5 100644 --- a/src/shared/bus-locator.h +++ b/src/shared/bus-locator.h @@ -10,6 +10,7 @@ typedef struct BusLocator { } BusLocator; extern const BusLocator* const bus_home_mgr; +extern const BusLocator* const bus_hostname; extern const BusLocator* const bus_import_mgr; extern const BusLocator* const bus_locale; extern const BusLocator* const bus_login_mgr; @@ -21,7 +22,6 @@ extern const BusLocator* const bus_resolve_mgr; extern const BusLocator* const bus_systemd_mgr; extern const BusLocator* const bus_timedate; extern const BusLocator* const bus_timesync_mgr; -extern const BusLocator* const bus_hostname; /* Shorthand flavors of the sd-bus convenience helpers with destination,path,interface strings encapsulated * within a single struct. */