1
0
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:
Jacob Nevins 2005-10-26 20:58:01 +00:00
parent f2c17e2df8
commit 24bd4cfdde

View File

@ -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);