summaryrefslogtreecommitdiff
path: root/dbus/dbus-server-protected.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-server-protected.h')
-rw-r--r--dbus/dbus-server-protected.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-server-protected.h b/dbus/dbus-server-protected.h
index dd5234b9..b423cb97 100644
--- a/dbus/dbus-server-protected.h
+++ b/dbus/dbus-server-protected.h
@@ -89,6 +89,9 @@ struct DBusServer
#ifndef DBUS_DISABLE_CHECKS
unsigned int have_server_lock : 1; /**< Does someone have the server mutex locked */
#endif
+#ifdef HAVE_AFBUS
+ unsigned int is_afbus : 1; /**< TRUE if this server listen on a AF_BUS socket */
+#endif
};
dbus_bool_t _dbus_server_init_base (DBusServer *server,