summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-07-30 03:02:19 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-07-30 03:02:19 +0000
commitb601f68cda9187ed77d21eb46126fc83ba0bd14b (patch)
tree8c5f209ad3bcaa1bd4ccae479e2634d159037936 /session.h
parentbf785cbcec2857110a70fa0f86db7afd83f58e05 (diff)
we're nearly there yet
--HG-- extra : convert_revision : ab7e63234f2c134c2321406598ae67038e0ca576
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/session.h b/session.h
index bf6adb3..349c00f 100644
--- a/session.h
+++ b/session.h
@@ -152,6 +152,7 @@ struct sshsession {
/* Channel related */
struct Channel ** channels; /* these pointers may be null */
unsigned int chansize; /* the number of Channel*s allocated for channels */
+ unsigned int chancount; /* the number of Channel*s in use */
const struct ChanType **chantypes; /* The valid channel types */
@@ -194,6 +195,8 @@ typedef enum {
USERAUTH_METHODS_SENT,
USERAUTH_REQ_SENT,
USERAUTH_FAIL_RCVD,
+ USERAUTH_SUCCESS_RCVD,
+ SESSION_RUNNING,
} cli_state;