|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-protocols-plugins.h>
Data Fields | |
| struct lws_plugin * | list |
| const lws_plugin_header_t * | hdr |
| char | basename [64] |
| union { | |
| void * | l |
| } | u |
Definition at line 307 of file lws-protocols-plugins.h.
| struct lws_plugin* lws_plugin::list |
linked list
Definition at line 308 of file lws-protocols-plugins.h.
| const lws_plugin_header_t* lws_plugin::hdr |
Definition at line 310 of file lws-protocols-plugins.h.
| char lws_plugin::basename[64] |
filename-derived name, eg "lws_hls", or "" for builtin plugins: a later directory's copy of the same plugin is not opened
Definition at line 312 of file lws-protocols-plugins.h.
| union { ... } lws_plugin::u |