summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-07-03 20:37:47 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-07-03 20:37:47 +1000
commit0a4f04b5b255d116e4de441c93a867aac9f616ee (patch)
tree1657ea69bfe6feb794b62469a30370c48135fa33 /readconf.h
parente2f2be7a3abd4176baded47da1d1d02de3ed1984 (diff)
- djm@cvs.openbsd.org 2003/07/03 08:09:06
[readconf.c readconf.h ssh-keysign.c ssh.c] fix AddressFamily option in config file, from brent@graveland.net; ok markus@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index c884de68b..4e0b74318 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.50 2003/05/15 14:55:25 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.51 2003/07/03 08:09:06 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -58,6 +58,7 @@ typedef struct {
58 LogLevel log_level; /* Level for logging. */ 58 LogLevel log_level; /* Level for logging. */
59 59
60 int port; /* Port to connect. */ 60 int port; /* Port to connect. */
61 int address_family;
61 int connection_attempts; /* Max attempts (seconds) before 62 int connection_attempts; /* Max attempts (seconds) before
62 * giving up */ 63 * giving up */
63 int connection_timeout; /* Max time (seconds) before 64 int connection_timeout; /* Max time (seconds) before