chiark / gitweb /
dbus: add infrastructure for changing multiple properties at once on units and hook...
[elogind.git] / src / core / dbus-cgroup.h
index a0a7a7771e2e22372c50277ff6a25ee8fe1a4eb4..c5908dd9768657e5483d90456a257b2f64698073 100644 (file)
@@ -42,3 +42,5 @@
         "  <property name=\"DeviceAllow\" type=\"a(ss)\" access=\"read\"/>\n"
 
 extern const BusProperty bus_cgroup_context_properties[];
+
+int bus_cgroup_set_property(Unit *u, CGroupContext *c, const char *name, DBusMessageIter *i, UnitSetPropertiesMode mode, DBusError *error);