mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-07 17:42:30 +08:00
Docs deployment via docs/make_doc
PUBLISHED_FROM=da5f7f80a9876ac4f1889a1176a3048f47980659
This commit is contained in:
parent
7249b2bd5f
commit
1b0825ef4b
@ -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_broadcast() */
|
sock_t ctl[2]; /* Socketpair for mg_wakeup() */
|
||||||
#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_broadcast() */
|
sock_t ctl[2]; /* Socketpair for mg_wakeup() */
|
||||||
#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…
Reference in New Issue
Block a user