Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
1b0825ef
Commit
1b0825ef
authored
Sep 13, 2016
by
Artem Bulavin
Committed by
Cesanta Bot
Sep 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs deployment via docs/make_doc
PUBLISHED_FROM=da5f7f80a9876ac4f1889a1176a3048f47980659
parent
7249b2bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
struct_mg_mgr.md
docs/c-api/net.h/struct_mg_mgr.md
+1
-1
mongoose.h
mongoose.h
+1
-1
No files found.
docs/c-api/net.h/struct_mg_mgr.md
View file @
1b0825ef
...
...
@@ -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. */
...
...
mongoose.h
View file @
1b0825ef
...
...
@@ -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. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment