socket: Add a SSH_WRITE_PENDING socket status.

This commit is contained in:
Andreas Schneider
2012-07-17 18:03:34 +02:00
parent 8ef45e00c7
commit 43e3a8e497
3 changed files with 12 additions and 3 deletions

View File

@@ -211,6 +211,7 @@ enum ssh_publickey_state_e {
#define SSH_CLOSED 0x01
#define SSH_READ_PENDING 0x02
#define SSH_CLOSED_ERROR 0x04
#define SSH_WRITE_PENDING 0x08
enum ssh_server_known_e {
SSH_SERVER_ERROR=-1,