summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authordjm <djm>2004-06-15 00:34:08 +0000
committerdjm <djm>2004-06-15 00:34:08 +0000
commit4c98f19e9ea29ffd9c21b2aaa5650c74baf5529c (patch)
treec65c4ba48251029b96f2936456142f9850c1c8bd /readconf.h
parent03360e807ed048263c8fdb018d11c6b792c40f02 (diff)
downloadopenssh-4c98f19e9ea29ffd9c21b2aaa5650c74baf5529c.tar.gz
- djm@cvs.openbsd.org 2004/06/13 15:03:02
[channels.c channels.h clientloop.c clientloop.h includes.h readconf.c] [readconf.h scp.1 sftp.1 ssh.1 ssh.c ssh_config.5] implement session multiplexing in the client (the server has supported this since 2.0); ok markus@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index 66805594..5e504bec 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: readconf.h,v 1.62 2004/04/27 09:46:37 djm Exp $ */
+/* $OpenBSD: readconf.h,v 1.63 2004/06/13 15:03:02 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -108,6 +108,9 @@ typedef struct {
int num_send_env;
char *send_env[MAX_SEND_ENV];
+
+ char *control_path;
+ int control_master;
} Options;