summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-01-26 00:27:48 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-01-26 00:28:25 +0800
commite4ac7ea1ca910e0d245232a8ab16415f252b006b (patch)
treeffad8dc3321a7f3b60bef90a7d27ff504222711f /runopts.h
parent9c7ecf6d14a82c1b1a97e1b4a328460ba8762299 (diff)
bind to port as well with -b
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 5fa8c61..770ae8f 100644
--- a/runopts.h
+++ b/runopts.h
@@ -168,6 +168,7 @@ typedef struct cli_runopts {
char *proxycmd;
#endif
char *bind_address;
+ char *bind_port;
} cli_runopts;
extern cli_runopts cli_opts;