diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-01 00:01:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-01 00:18:00 +0200 |
commit | 6a95dff87daf899a96135c7ab87aa1b1a67f6afc (patch) | |
tree | ece9db42d62aab5bc12c262e1d0ab6ba3340f4ab /src/core/dbus-cgroup.h | |
parent | 64fad95a324fde85aeb2dd6f3291a55374ee0113 (diff) |
dbus: expose cgroup properties in introspection everywhere
Diffstat (limited to 'src/core/dbus-cgroup.h')
-rw-r--r-- | src/core/dbus-cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-cgroup.h b/src/core/dbus-cgroup.h index c5908dd976..4ce1e7e7fa 100644 --- a/src/core/dbus-cgroup.h +++ b/src/core/dbus-cgroup.h @@ -27,7 +27,7 @@ #include "dbus-common.h" #include "cgroup.h" -#define BUS_CGROUP_CONTEXT_INTERFACE \ +#define BUS_CGROUP_CONTEXT_INTERFACE \ " <property name=\"CPUAccounting\" type=\"b\" access=\"read\"/>\n" \ " <property name=\"CPUShares\" type=\"t\" access=\"read\"/>\n" \ " <property name=\"BlockIOAccounting\" type=\"b\" access=\"read\"/>\n" \ |