Searched defs:lws_ss_handle (Results 1 – 2 of 2) sorted by relevance
48 typedef struct lws_ss_handle { struct49 lws_ss_info_t info; /**< copy of stream creation info */51 lws_lifecycle_t lc;57 struct lws_dll2 list; /**< pt lists active ss */58 struct lws_dll2 to_list; /**< pt lists ss with pending to-s */60 struct lws_dll2 cli_list; /**< same server clients list */63 lws_fi_ctx_t fic; /**< Fault Injection context */87 struct lws_ss_handle *h_in_svc; argument93 //struct lws_ss_handle *h_sink; /**< sink we are bound to, or NULL */ argument96 lws_sorted_usec_list_t sul_timeout;[all …]
46 #define lws_ss_handle lws_sspc_handle macro