.interface = "org.freedesktop.network1.Manager"
};
+const BusLocator* const bus_oom_mgr = &(BusLocator){
+ .destination = "org.freedesktop.oom1",
+ .path = "/org/freedesktop/oom1",
+ .interface = "org.freedesktop.oom1.Manager"
+};
+
const BusLocator* const bus_portable_mgr = &(BusLocator){
.destination = "org.freedesktop.portable1",
.path = "/org/freedesktop/portable1",
.interface = "org.freedesktop.timedate1"
};
+const BusLocator* const bus_timesync_mgr = &(BusLocator){
+ .destination = "org.freedesktop.timesync1",
+ .path = "/org/freedesktop/timesync1",
+ .interface = "org.freedesktop.timesync1.Manager"
+};
+
const BusLocator* const bus_hostname = &(BusLocator){
.destination = "org.freedesktop.hostname1",
.path = "/org/freedesktop/hostname1",
extern const BusLocator* const bus_login_mgr;
extern const BusLocator* const bus_machine_mgr;
extern const BusLocator* const bus_network_mgr;
+extern const BusLocator* const bus_oom_mgr;
extern const BusLocator* const bus_portable_mgr;
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