Definition at line 18050 of file civetweb.c.
Public Attributes | |
| void * | callback_data |
| mg_websocket_close_handler | close_handler |
| struct mg_connection * | conn |
| mg_websocket_data_handler | data_handler |
| void* websocket_client_thread_data::callback_data |
Definition at line 18054 of file civetweb.c.
| mg_websocket_close_handler websocket_client_thread_data::close_handler |
Definition at line 18053 of file civetweb.c.
| struct mg_connection* websocket_client_thread_data::conn |
Definition at line 18051 of file civetweb.c.
| mg_websocket_data_handler websocket_client_thread_data::data_handler |
Definition at line 18052 of file civetweb.c.