mongoose/docs/c-api/net.h/struct_mg_mgr.md
Sergey Lyubka d6dda04f4f Update mg_mgr docstring
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
2016-09-13 11:37:47 +00:00

513 B

title decl_name symbol_kind signature
struct mg_mgr struct mg_mgr struct struct mg_mgr { struct mg_connection *active_connections; const char *hexdump_file; /* Debug hexdump file path */ #ifndef MG_DISABLE_SOCKETPAIR sock_t ctl[2]; /* Socketpair for mg_broadcast() */ #endif void *user_data; /* User data */ void *mgr_data; /* Implementation-specific event manager's data. */ #ifdef MG_ENABLE_JAVASCRIPT struct v7 *v7; #endif };

Mongoose event manager.