Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
5e6da035
Commit
5e6da035
authored
Jun 14, 1999
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/io.h:1.36
parent
bf0c2043
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.h
View file @
5e6da035
...
...
@@ -53,7 +53,8 @@
/* Close callbacks are called with a reason as argument. */
/* End of file while reading.
* Or when a closed write_buffer has been flushed successfully. */
* Or when a closed write_buffer has been flushed successfully.
* Or when poll() returns POLLHUP. */
/* FIXME: Should we use separate codes for these two events? */
#define CLOSE_EOF 1
...
...
@@ -89,7 +90,10 @@
; Called before poll
(prepare method void)
;; Belongs in the write_buffer
; Called when some data has been successfully written
;;(report object report_write_success)
(want_read simple int)
; Called if poll indicates that data can be read.
(read method void)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment