diff options
author | Simon McVittie <smcv@debian.org> | 2014-11-06 15:56:59 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2014-11-06 15:56:59 +0000 |
commit | 882dfb43ca9caaac52a4ea66b04f0852df347a75 (patch) | |
tree | 5f8ff1a640a60b44c1d4094ec111feb1ca248cd4 /bus/bus.h | |
parent | 4626cc6efdf3c82a0950797417cc73dda808efe6 (diff) | |
parent | d9ad458c3bee6874133711d08a4c69f5c2e017f0 (diff) | |
download | dbus-882dfb43ca9caaac52a4ea66b04f0852df347a75.tar.gz |
Merge tag 'upstream/1.8.10'
Upstream version 1.8.10
Diffstat (limited to 'bus/bus.h')
-rw-r--r-- | bus/bus.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ int bus_context_get_max_services_per_connection (BusContext int bus_context_get_max_match_rules_per_connection (BusContext *context); int bus_context_get_max_replies_per_connection (BusContext *context); int bus_context_get_reply_timeout (BusContext *context); +DBusRLimit * bus_context_get_initial_fd_limit (BusContext *context); void bus_context_log (BusContext *context, DBusSystemLogSeverity severity, const char *msg, |