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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index c3018226..582049aa 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -40,7 +40,8 @@ enum ssh_session_state_e {
SSH_SESSION_STATE_DH,
SSH_SESSION_STATE_AUTHENTICATING,
SSH_SESSION_STATE_AUTHENTICATED,
- SSH_SESSION_STATE_ERROR
+ SSH_SESSION_STATE_ERROR,
+ SSH_SESSION_STATE_DISCONNECTED
};
enum ssh_dh_state_e {