mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-06 11:22:26 +08:00
380e87ddfa
PUBLISHED_FROM=10772301ef115c31ada3521ff4235c33a421b782
591 B
591 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
struct mg_mgr | struct mg_mgr | struct | struct mg_mgr { struct mg_connection *active_connections; #if MG_ENABLE_HEXDUMP const char *hexdump_file; /* Debug hexdump file path */ #endif #if MG_ENABLE_BROADCAST sock_t ctl[2]; /* Socketpair for mg_broadcast() */ #endif void *user_data; /* User data */ int num_ifaces; struct mg_iface **ifaces; /* network interfaces */ #if MG_ENABLE_JAVASCRIPT struct v7 *v7; #endif const char *nameserver; /* DNS server to use */ }; |
Mongoose event manager.