chiark / gitweb /
core: expose root control group on the bus
authorLennart Poettering <lennart@poettering.net>
Mon, 24 Feb 2014 02:20:24 +0000 (03:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 24 Feb 2014 02:38:58 +0000 (03:38 +0100)
We expose the control group of the units on the bus, so let's also
expose the root control group.

src/core/dbus-manager.c

index 75004cb7c4523804a576229c0cccb4428e276fd5..86816f69cabab498d039a4ba288ac9f81b3ccbc8 100644 (file)
@@ -1577,6 +1577,7 @@ const sd_bus_vtable bus_manager_vtable[] = {
         SD_BUS_PROPERTY("DefaultStandardError", "s", bus_property_get_exec_output, offsetof(Manager, default_std_output), SD_BUS_VTABLE_PROPERTY_CONST),
         SD_BUS_WRITABLE_PROPERTY("RuntimeWatchdogUSec", "t", bus_property_get_usec, property_set_runtime_watchdog, offsetof(Manager, runtime_watchdog), SD_BUS_VTABLE_PROPERTY_CONST),
         SD_BUS_WRITABLE_PROPERTY("ShutdownWatchdogUSec", "t", bus_property_get_usec, bus_property_set_usec, offsetof(Manager, shutdown_watchdog), SD_BUS_VTABLE_PROPERTY_CONST),
+        SD_BUS_PROPERTY("ControlGroup", "s", NULL, offsetof(Manager, cgroup_root), 0),
 
         SD_BUS_METHOD("GetUnit", "s", "o", method_get_unit, SD_BUS_VTABLE_UNPRIVILEGED),
         SD_BUS_METHOD("GetUnitByPID", "u", "o", method_get_unit_by_pid, SD_BUS_VTABLE_UNPRIVILEGED),