summaryrefslogtreecommitdiffstats
path: root/openvpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn.h')
-rw-r--r--openvpn.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/openvpn.h b/openvpn.h
index 1ffc44c..258bb15 100644
--- a/openvpn.h
+++ b/openvpn.h
@@ -158,9 +158,6 @@ struct context_1
/* persist crypto sequence number to/from file */
struct packet_id_persist pid_persist;
- /* array of remote addresses */
- struct remote_list *remote_list;
-
/* TUN/TAP interface */
struct tuntap *tuntap;
bool tuntap_owned;
@@ -175,11 +172,13 @@ struct context_1
#ifdef ENABLE_HTTP_PROXY
/* HTTP proxy object */
struct http_proxy_info *http_proxy;
+ bool http_proxy_owned;
#endif
#ifdef ENABLE_SOCKS
/* SOCKS proxy object */
struct socks_proxy_info *socks_proxy;
+ bool socks_proxy_owned;
#endif
#if P2MP