Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
8adc7038
Commit
8adc7038
authored
17 years ago
by
Yang Tse
Browse files
Options
Downloads
Patches
Plain Diff
make comment more precise
parent
b12fef3f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/server/sockfilt.c
+2
-2
2 additions, 2 deletions
tests/server/sockfilt.c
with
2 additions
and
2 deletions
tests/server/sockfilt.c
+
2
−
2
View file @
8adc7038
...
...
@@ -192,7 +192,7 @@ static ssize_t fullwrite(int filedes, const void *buffer, size_t nbytes)
* read_stdin tries to read from stdin nbytes into the given buffer. This is a
* blocking function that will only return TRUE when nbytes have actually been
* read or FALSE when an unrecoverable error has been detected. Failure of this
* function is an indication that the
whole program
should terminate.
* function is an indication that the
sockfilt process
should terminate.
*/
static
bool
read_stdin
(
void
*
buffer
,
size_t
nbytes
)
...
...
@@ -209,7 +209,7 @@ static bool read_stdin(void *buffer, size_t nbytes)
* write_stdout tries to write to stdio nbytes from the given buffer. This is a
* blocking function that will only return TRUE when nbytes have actually been
* written or FALSE when an unrecoverable error has been detected. Failure of
* this function is an indication that the
whole program
should terminate.
* this function is an indication that the
sockfilt process
should terminate.
*/
static
bool
write_stdout
(
const
void
*
buffer
,
size_t
nbytes
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment