|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-protocols-plugins.h>
Data Fields | |
| struct lws_plugin * | list |
| const lws_plugin_header_t * | hdr |
| 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.
| union { ... } lws_plugin::u |