Searched defs:lws_dbus_ctx (Results 1 – 1 of 1) sorted by relevance
43 struct lws_dbus_ctx { struct44 struct lws_dll2_owner owner; /* dbusserver ctx: HEAD of accepted list */45 struct lws_dll2 next; /* dbusserver ctx: HEAD of accepted list */46 struct lws_vhost *vh; /* the vhost we logically bind to in lws */47 int tsi; /* the lws thread service index (0 if only one service49 DBusConnection *conn;50 DBusServer *dbs;51 DBusWatch *w[4];52 DBusPendingCall *pc;76 lws_dbus_connection_setup(struct lws_dbus_ctx *ctx, DBusConnection *conn, argument