summaryrefslogtreecommitdiff
path: root/servconf.h
diff options
context:
space:
mode:
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 */