Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs3-25sp
webserver03
Commits
0b099f43
Commit
0b099f43
authored
2 months ago
by
Maxwell F. (Max) Chen
Browse files
Options
Download
Email Patches
Plain Diff
update docs
parent
8e70334a
master
No related merge requests found
Pipeline
#119970
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/network_util.h
+8
-2
include/network_util.h
with
8 additions
and
2 deletions
+8
-2
include/network_util.h
View file @
0b099f43
...
...
@@ -11,8 +11,14 @@
typedef
struct
connection
connection_t
;
/**
* TODO: put docs here
**/
* A callback function type used for handling network events.
*
* @param fd The file descriptor of the connection
* @param str The string data received from the connection
*
* This callback is typically used with the nu_multiplex function to handle
* data received from local or remote connections.
*/
typedef
void
nu_callback
(
int
fd
,
char
*
str
);
/**
...
...
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
Menu
Projects
Groups
Snippets
Help