summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-01-20 10:57:56 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-01-20 10:57:56 +1100
commit0f3832322230ebc4b0fe5a2aca5cf9aaa8b0c3c1 (patch)
tree636c57585769866a43d63c1f15e92930b07b4007 /servconf.h
parent7cfeecf67008d5135718806fab6bda7f353e5f59 (diff)
- djm@cvs.openbsd.org 2004/12/23 23:11:00
[servconf.c servconf.h sshd.c sshd_config sshd_config.5] bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz; ok deraadt@
Diffstat (limited to 'servconf.h')
-rw-r--r--servconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/servconf.h b/servconf.h
index ebd056814..f7e56d521 100644
--- a/servconf.h
+++ b/servconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: servconf.h,v 1.70 2004/06/24 19:30:54 djm Exp $ */ 1/* $OpenBSD: servconf.h,v 1.71 2004/12/23 23:11:00 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -43,6 +43,7 @@ typedef struct {
43 u_short ports[MAX_PORTS]; /* Port number to listen on. */ 43 u_short ports[MAX_PORTS]; /* Port number to listen on. */
44 char *listen_addr; /* Address on which the server listens. */ 44 char *listen_addr; /* Address on which the server listens. */
45 struct addrinfo *listen_addrs; /* Addresses on which the server listens. */ 45 struct addrinfo *listen_addrs; /* Addresses on which the server listens. */
46 int address_family; /* Address family used by the server. */
46 char *host_key_files[MAX_HOSTKEYS]; /* Files containing host keys. */ 47 char *host_key_files[MAX_HOSTKEYS]; /* Files containing host keys. */
47 int num_host_key_files; /* Number of files for host keys. */ 48 int num_host_key_files; /* Number of files for host keys. */
48 char *pid_file; /* Where to put our pid */ 49 char *pid_file; /* Where to put our pid */