Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0f240a33
Commit
0f240a33
authored
Aug 1, 2003
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Added a callback function that reports changes to the size of the
output queue.
parent
0e3f33d7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libraries/libisc-new/ChangeLog
+17
-0
17 additions, 0 deletions
src/libraries/libisc-new/ChangeLog
with
17 additions
and
0 deletions
src/libraries/libisc-new/ChangeLog
+
17
−
0
View file @
0f240a33
2003-08-01 Per Cederqvist <ceder@ceder.dyndns.org>
2003-08-01 Per Cederqvist <ceder@ceder.dyndns.org>
Added a callback function that reports changes to the size of the
output queue.
* src/isc.h (isc_write_queue_change_cb): New typedef.
(isc_initialize): New argument: the write_change_cb.
* src/intern.h (struct isc_mcb): Added write_change_cb.
(isc_killqueue): Now returns an int: the number of payload bytes
in the killed queue.
* src/isc_session.c (isc_destroy): Inform the write change
callback function of changes in the pending output queue size.
* src/isc_queue.c (isc_killqueue): Now returns an int: the number
of payload bytes in the killed queue.
* src/isc_output.c (isc_flush): Inform the write change callback
function of changes in the pending output queue size.
(isc_oflush): Ditto.
* src/isc_master.c (isc_initialize): New argument:
write_change_cb.
Don't fail to unregister the stale timeout during shutdown.
Don't fail to unregister the stale timeout during shutdown.
* src/isc_session.c (isc_set_read_callback): Call
* src/isc_session.c (isc_set_read_callback): Call
isc_cancel_stale_output_callback(). Removed redundant checks.
isc_cancel_stale_output_callback(). Removed redundant checks.
...
...
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