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
d6dda04f
Commit
d6dda04f
authored
8 years ago
by
Sergey Lyubka
Committed by
Cesanta Bot
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mg_mgr docstring
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
parent
1b0825ef
master
6.7.1
dev
6.11
6.10
6.9
6.8
6.7
6.6
No related merge requests found
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 @
d6dda04f
...
...
@@ -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. */
...
...
This diff is collapsed.
Click to expand it.
mongoose.h
View file @
d6dda04f
...
...
@@ -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. */
...
...
This diff is collapsed.
Click to expand it.
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