summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-15 09:43:36 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-10-15 09:43:36 +0000
commit04f4b793f90293a6092f17208810d094a4a96768 (patch)
tree9c7ce4bee5a8874b7a1cac1461af9dcbe25e51f0 /options.h
parent8bc93d7ffbc127e0b095c7274a68eb0c175f93ae (diff)
downloadopenvpn-04f4b793f90293a6092f17208810d094a4a96768.tar.gz
openvpn-04f4b793f90293a6092f17208810d094a4a96768.tar.xz
openvpn-04f4b793f90293a6092f17208810d094a4a96768.zip
svn merge -r 614:615 $SO/patches/openvpn-2-1_alpha3a-tcpbind
Added --bind option for TCP client connections (Ewan Bhamrah Harley). Pre-2.1-beta3 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@623 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index bb41759..69a2f04 100644
--- a/options.h
+++ b/options.h
@@ -120,6 +120,7 @@ struct options
struct remote_list *remote_list;
bool remote_random;
const char *ipchange;
+ bool bind_defined;
bool bind_local;
const char *dev;
const char *dev_type;