mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Flush the logfile reasonably frequently in `printable output only' and
`all session data' modes, without completely mauling the performance, by fflush()ing once per term_out(). If anyone complains I suppose we can make this optional. [originally from svn r4445]
This commit is contained in:
1
putty.h
1
putty.h
@ -655,6 +655,7 @@ void log_reconfig(void *logctx, Config *cfg);
|
||||
void logfopen(void *logctx);
|
||||
void logfclose(void *logctx);
|
||||
void logtraffic(void *logctx, unsigned char c, int logmode);
|
||||
void logflush(void *logctx);
|
||||
void log_eventlog(void *logctx, const char *string);
|
||||
enum { PKT_INCOMING, PKT_OUTGOING };
|
||||
void log_packet(void *logctx, int direction, int type,
|
||||
|
Reference in New Issue
Block a user