libwebsockets
Lightweight C library for HTML5 websockets
|
#include <lws-context-vhost.h>
Data Fields | |
const struct lws_protocol_vhost_options * | next |
const struct lws_protocol_vhost_options * | options |
const char * | name |
const char * | value |
struct lws_protocol_vhost_options - linked list of per-vhost protocol name=value options
This provides a general way to attach a linked-list of name=value pairs, which can also have an optional child link-list using the options member.
const char* lws_protocol_vhost_options::name |
name of name=value pair
const struct lws_protocol_vhost_options* lws_protocol_vhost_options::next |
linked list
const struct lws_protocol_vhost_options* lws_protocol_vhost_options::options |
child linked-list of more options for this node
const char* lws_protocol_vhost_options::value |
value of name=value pair