diff options
author | markus@openbsd.org <markus@openbsd.org> | 2017-05-26 19:35:50 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2017-05-27 15:35:52 +1000 |
commit | 6cf711752cc2a7ffaad1fb4de18cae65715ed8bb (patch) | |
tree | 0ee922e3cbfa28687f768e918cb15f3755ce15b4 /channels.h | |
parent | 364f0d5edea27767fb0f915ea7fc61aded88d3e8 (diff) |
upstream commit
remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@
Upstream-ID: e2e225b6ac67b84dd024f38819afff2554fafe42
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/channels.h b/channels.h index cdde30155..fa38a4e71 100644 --- a/channels.h +++ b/channels.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: channels.h,v 1.124 2017/05/26 19:34:12 markus Exp $ */ | 1 | /* $OpenBSD: channels.h,v 1.125 2017/05/26 19:35:50 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -46,8 +46,6 @@ | |||
46 | #define SSH_CHANNEL_CLOSED 5 /* waiting for close confirmation */ | 46 | #define SSH_CHANNEL_CLOSED 5 /* waiting for close confirmation */ |
47 | #define SSH_CHANNEL_AUTH_SOCKET 6 /* authentication socket */ | 47 | #define SSH_CHANNEL_AUTH_SOCKET 6 /* authentication socket */ |
48 | #define SSH_CHANNEL_X11_OPEN 7 /* reading first X11 packet */ | 48 | #define SSH_CHANNEL_X11_OPEN 7 /* reading first X11 packet */ |
49 | #define SSH_CHANNEL_INPUT_DRAINING 8 /* sending remaining data to conn */ | ||
50 | #define SSH_CHANNEL_OUTPUT_DRAINING 9 /* sending remaining data to app */ | ||
51 | #define SSH_CHANNEL_LARVAL 10 /* larval session */ | 49 | #define SSH_CHANNEL_LARVAL 10 /* larval session */ |
52 | #define SSH_CHANNEL_RPORT_LISTENER 11 /* Listening to a R-style port */ | 50 | #define SSH_CHANNEL_RPORT_LISTENER 11 /* Listening to a R-style port */ |
53 | #define SSH_CHANNEL_CONNECTING 12 | 51 | #define SSH_CHANNEL_CONNECTING 12 |