Update mg_mgr docstring

PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
This commit is contained in:
Sergey Lyubka 2016-09-13 12:27:14 +01:00 committed by Cesanta Bot
parent 1b0825ef4b
commit d6dda04f4f
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_wakeup() */
sock_t ctl[2]; /* Socketpair for mg_broadcast() */
#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_wakeup() */
sock_t ctl[2]; /* Socketpair for mg_broadcast() */
#endif
void *user_data; /* User data */
void *mgr_data; /* Implementation-specific event manager's data. */