mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-09 15:18:06 -05:00
Comment explaining back->sendok() semantics from Simon.
[originally from svn r6428]
This commit is contained in:
parent
f2c17e2df8
commit
24bd4cfdde
2
putty.h
2
putty.h
@ -353,6 +353,8 @@ struct backend_tag {
|
||||
const struct telnet_special *(*get_specials) (void *handle);
|
||||
Socket(*socket) (void *handle);
|
||||
int (*exitcode) (void *handle);
|
||||
/* If back->sendok() returns FALSE, data sent to it from the frontend
|
||||
* may be lost. */
|
||||
int (*sendok) (void *handle);
|
||||
int (*ldisc) (void *handle, int);
|
||||
void (*provide_ldisc) (void *handle, void *ldisc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user