summaryrefslogtreecommitdiffstats
path: root/channels.h
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2017-05-26 19:35:50 +0000
committerDamien Miller <djm@mindrot.org>2017-05-27 15:35:52 +1000
commit6cf711752cc2a7ffaad1fb4de18cae65715ed8bb (patch)
tree0ee922e3cbfa28687f768e918cb15f3755ce15b4 /channels.h
parent364f0d5edea27767fb0f915ea7fc61aded88d3e8 (diff)
upstream commit
remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@ Upstream-ID: e2e225b6ac67b84dd024f38819afff2554fafe42
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/channels.h b/channels.h
index cdde3015..fa38a4e7 100644
--- a/channels.h
+++ b/channels.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: channels.h,v 1.124 2017/05/26 19:34:12 markus Exp $ */
+/* $OpenBSD: channels.h,v 1.125 2017/05/26 19:35:50 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -46,8 +46,6 @@
#define SSH_CHANNEL_CLOSED 5 /* waiting for close confirmation */
#define SSH_CHANNEL_AUTH_SOCKET 6 /* authentication socket */
#define SSH_CHANNEL_X11_OPEN 7 /* reading first X11 packet */
-#define SSH_CHANNEL_INPUT_DRAINING 8 /* sending remaining data to conn */
-#define SSH_CHANNEL_OUTPUT_DRAINING 9 /* sending remaining data to app */
#define SSH_CHANNEL_LARVAL 10 /* larval session */
#define SSH_CHANNEL_RPORT_LISTENER 11 /* Listening to a R-style port */
#define SSH_CHANNEL_CONNECTING 12