aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 870a5a8..7e37702 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -119,6 +119,7 @@ struct ssh_session_struct {
int log_verbosity; /*cached copy of the option structure */
int log_indent; /* indentation level in enter_function logs */
+ void (*ssh_connection_callback)( struct ssh_session_struct *session);
ssh_callbacks callbacks; /* Callbacks to user functions */
struct ssh_packet_callbacks_struct default_packet_callbacks;
struct ssh_list *packet_callbacks;