1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-09-10 02:09:25 +03:00

include: Add define for SSH_CONNECTOR_STDINOUT

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2019-07-08 14:47:36 +02:00
parent 595c2c4336
commit 1a26c57af2

View File

@@ -441,6 +441,7 @@ enum ssh_scp_request_types {
enum ssh_connector_flags_e { enum ssh_connector_flags_e {
/** Only the standard stream of the channel */ /** Only the standard stream of the channel */
SSH_CONNECTOR_STDOUT = 1, SSH_CONNECTOR_STDOUT = 1,
SSH_CONNECTOR_STDINOUT = 1,
/** Only the exception stream of the channel */ /** Only the exception stream of the channel */
SSH_CONNECTOR_STDERR = 2, SSH_CONNECTOR_STDERR = 2,
/** Merge both standard and exception streams */ /** Merge both standard and exception streams */