summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-22 14:52:46 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-22 14:52:46 +0000
commit66643fa5c723da2dc781c5eeae2e008c280a7b1c (patch)
tree21d9ce432008058719e04ea3d346fff2e5c38220 /runopts.h
parent46d53c37fa27994d17646e5eb922678a7ed4b3e7 (diff)
Add -p [address:]port option for binding to addresses, patch from
Max-Gerd Retzlaff --HG-- extra : convert_revision : a9b0496634cdd25647b65e585cc3240f3fa699ee
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 5107a9d..05e6cf4 100644
--- a/runopts.h
+++ b/runopts.h
@@ -55,6 +55,7 @@ typedef struct svr_runopts {
/* ports is an array of the portcount listening ports */
char *ports[DROPBEAR_MAX_PORTS];
unsigned int portcount;
+ char *addresses[DROPBEAR_MAX_PORTS];
int inetdmode;