Docs deployment via docs/make_doc

PUBLISHED_FROM=da5f7f80a9876ac4f1889a1176a3048f47980659
This commit is contained in:
Artem Bulavin 2016-09-13 12:25:05 +01:00 committed by Cesanta Bot
parent 7249b2bd5f
commit 1b0825ef4b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ signature: |
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() */
sock_t ctl[2]; /* Socketpair for mg_wakeup() */
#endif
void *user_data; /* User data */
void *mgr_data; /* Implementation-specific event manager's data. */

View File

@ -1199,7 +1199,7 @@ 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() */
sock_t ctl[2]; /* Socketpair for mg_wakeup() */
#endif
void *user_data; /* User data */
void *mgr_data; /* Implementation-specific event manager's data. */