mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-28 23:49:44 +08:00
Update mg_mgr docstring
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
This commit is contained in:
parent
1b0825ef4b
commit
d6dda04f4f
@ -7,7 +7,7 @@ signature: |
|
|||||||
struct mg_connection *active_connections;
|
struct mg_connection *active_connections;
|
||||||
const char *hexdump_file; /* Debug hexdump file path */
|
const char *hexdump_file; /* Debug hexdump file path */
|
||||||
#ifndef MG_DISABLE_SOCKETPAIR
|
#ifndef MG_DISABLE_SOCKETPAIR
|
||||||
sock_t ctl[2]; /* Socketpair for mg_wakeup() */
|
sock_t ctl[2]; /* Socketpair for mg_broadcast() */
|
||||||
#endif
|
#endif
|
||||||
void *user_data; /* User data */
|
void *user_data; /* User data */
|
||||||
void *mgr_data; /* Implementation-specific event manager's data. */
|
void *mgr_data; /* Implementation-specific event manager's data. */
|
||||||
|
@ -1199,7 +1199,7 @@ struct mg_mgr {
|
|||||||
struct mg_connection *active_connections;
|
struct mg_connection *active_connections;
|
||||||
const char *hexdump_file; /* Debug hexdump file path */
|
const char *hexdump_file; /* Debug hexdump file path */
|
||||||
#ifndef MG_DISABLE_SOCKETPAIR
|
#ifndef MG_DISABLE_SOCKETPAIR
|
||||||
sock_t ctl[2]; /* Socketpair for mg_wakeup() */
|
sock_t ctl[2]; /* Socketpair for mg_broadcast() */
|
||||||
#endif
|
#endif
|
||||||
void *user_data; /* User data */
|
void *user_data; /* User data */
|
||||||
void *mgr_data; /* Implementation-specific event manager's data. */
|
void *mgr_data; /* Implementation-specific event manager's data. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user