summaryrefslogtreecommitdiff
path: root/dbus/dbus-internals.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-07-21 20:09:15 +0100
committerSimon McVittie <smcv@collabora.com>2017-12-12 16:22:16 +0000
commita7babbf10f162c938e464247a964811ed7d03fef (patch)
tree76739110ebe031210a22dc96be9633f7ae6825a1 /dbus/dbus-internals.h
parent7cd2354b993366f0b45b19cced9d220d9f336c39 (diff)
downloaddbus-a7babbf10f162c938e464247a964811ed7d03fef.tar.gz
bus/containers: Create a DBusServer and add it to the main loop
This means we can accept connections on the new socket. For now, we don't process them and they get closed. For the system bus (or root's session bus, where the difference is harmless but makes automated testing easier), rely on system-wide infrastructure to create /run/dbus/containers. The upstream dbus distribution no longer contains integration glue for non-systemd boot systems, but downstreams that maintain a non-systemd boot system and are interested in the Containers interface should create /run/dbus/containers during boot. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354
Diffstat (limited to 'dbus/dbus-internals.h')
-rw-r--r--dbus/dbus-internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-internals.h b/dbus/dbus-internals.h
index b210d615..57a67d08 100644
--- a/dbus/dbus-internals.h
+++ b/dbus/dbus-internals.h
@@ -376,6 +376,7 @@ void _dbus_unlock (DBusGlobalLock lock);
DBUS_PRIVATE_EXPORT
dbus_bool_t _dbus_threads_init_debug (void);
+DBUS_PRIVATE_EXPORT
dbus_bool_t _dbus_address_append_escaped (DBusString *escaped,
const DBusString *unescaped);