|
libwebsockets
Lightweight C library for HTML5 websockets
|
#include <libwebsockets.h>
Data Fields | |
| lws_sockfd_type | fd |
| int | events |
| int | prev_events |
struct lws_pollargs - argument structure for all external poll related calls passed in via 'in'
| int lws_pollargs::events |
the new event mask
| lws_sockfd_type lws_pollargs::fd |
applicable socket descriptor
| int lws_pollargs::prev_events |
the previous event mask