summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-07-06 07:12:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-07-06 07:12:27 +1000
commit71e4d54dc7e7868708334bea526cd3f94cd9d1d3 (patch)
tree1494e5026e0dec82f41162a6548d6455e5eeafc2 /readconf.h
parent466df219615d72e48ff9103ec67521447f23a158 (diff)
- andreas@cvs.openbsd.org 2009/06/27 09:35:06
[readconf.h readconf.c] Add client option UseRoaming. It doesn't do anything yet but will control whether the client tries to use roaming if enabled on the server. From Martin Forssen. ok markus@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index 8fb3a8528..2ebfebe94 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.78 2009/02/12 03:00:56 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.79 2009/06/27 09:35:06 andreas Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -123,6 +123,8 @@ typedef struct {
123 int permit_local_command; 123 int permit_local_command;
124 int visual_host_key; 124 int visual_host_key;
125 125
126 int use_roaming;
127
126} Options; 128} Options;
127 129
128#define SSHCTL_MASTER_NO 0 130#define SSHCTL_MASTER_NO 0