|
messenger_via_http_server
1.0
|
#include <mongoose.h>

Поля данных | |
| struct mg_connection * | next |
| struct mg_connection * | prev |
| struct mg_connection * | listener |
| struct mg_mgr * | mgr |
| sock_t | sock |
| int | err |
| union socket_address | sa |
| size_t | recv_mbuf_limit |
| struct mbuf | recv_mbuf |
| struct mbuf | send_mbuf |
| time_t | last_io_time |
| double | ev_timer_time |
| mg_event_handler_t | proto_handler |
| void * | proto_data |
| void(* | proto_data_destructor )(void *proto_data) |
| mg_event_handler_t | handler |
| void * | user_data |
| union { | |
| void * v | |
| mg_event_handler_t f | |
| } | priv_1 |
| void * | priv_2 |
| void * | mgr_data |
| struct mg_iface * | iface |
| unsigned long | flags |
| int err |
| double ev_timer_time |
| unsigned long flags |
| mg_event_handler_t handler |
| struct mg_iface* iface |
| time_t last_io_time |
| struct mg_connection* listener |
| struct mg_mgr* mgr |
| void* mgr_data |
| struct mg_connection* next |
| struct mg_connection * prev |
| union { ... } priv_1 |
| void* priv_2 |
| void* proto_data |
| void(* proto_data_destructor) (void *proto_data) |
| mg_event_handler_t proto_handler |
| struct mbuf recv_mbuf |
| size_t recv_mbuf_limit |
| union socket_address sa |
| struct mbuf send_mbuf |
| sock_t sock |
| void* user_data |
| void* v |
1.8.13