libwebsockets
Lightweight C library for HTML5 websockets
libev helpers

Typedefs

typedef void() lws_ev_signal_cb_t(EV_P_ struct ev_signal *w, int revents)
 

Functions

LWS_VISIBLE LWS_EXTERN int lws_ev_sigint_cfg (struct lws_context *context, int use_ev_sigint, lws_ev_signal_cb_t *cb)
 
LWS_VISIBLE LWS_EXTERN int lws_ev_initloop (struct lws_context *context, struct ev_loop *loop, int tsi)
 
LWS_VISIBLE LWS_EXTERN void lws_ev_sigint_cb (struct ev_loop *loop, struct ev_signal *watcher, int revents)
 

Detailed Description

libev helpers

APIs specific to libev event loop itegration