aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-07-17 18:03:34 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-07-17 18:05:51 +0200
commit43e3a8e497935fd28f1df43933d5c97d02545e4f (patch)
treec4e37f77757820a863ba7682b1a8bbc0d9934897 /include/libssh
parent8ef45e00c7dbb5d35f26cb23676d7988e8f833df (diff)
downloadlibssh-43e3a8e497935fd28f1df43933d5c97d02545e4f.tar.gz
libssh-43e3a8e497935fd28f1df43933d5c97d02545e4f.tar.xz
libssh-43e3a8e497935fd28f1df43933d5c97d02545e4f.zip
socket: Add a SSH_WRITE_PENDING socket status.
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 0167b4a5..40a32be8 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -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,