diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-12 05:16:05 +0000 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2015-10-12 05:16:05 +0000 |
commit | c9d031c353177420809b2e187f0392ad9ba8362a (patch) | |
tree | 210788d26956d756761625cd6e3d479abd414b76 /src/shared/bus-util.h | |
parent | 0a41d91f3022ae5107151ebd1af9b65a55030c7e (diff) |
bus-util: add bus_property_get_rlimit (move from core/dbus_execute)
Diffstat (limited to 'src/shared/bus-util.h')
-rw-r--r-- | src/shared/bus-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h index f03f951dc7..fd70842b9e 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -200,3 +200,5 @@ int bus_path_decode_unique(const char *path, const char *prefix, char **ret_send bool is_kdbus_wanted(void); bool is_kdbus_available(void); + +int bus_property_get_rlimit(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error); |