mirror of
https://github.com/libssh2/libssh2.git
synced 2025-10-31 23:30:25 +03:00
Add libssh2_trace_sethandler() to the API (even more)
This commit is contained in:
committed by
Daniel Stenberg
parent
474e38119b
commit
44eba0c993
@@ -735,6 +735,7 @@ struct _LIBSSH2_SESSION
|
||||
struct transportpacket packet;
|
||||
#ifdef LIBSSH2DEBUG
|
||||
int showmask; /* what debug/trace messages to display */
|
||||
libssh2_trace_handler_func tracehandler; /* callback to display trace messages */
|
||||
#endif
|
||||
|
||||
/* State variables used in libssh2_banner_send() */
|
||||
|
||||
Reference in New Issue
Block a user