summaryrefslogtreecommitdiffstats
path: root/socket.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-06-29 18:57:21 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-06-29 18:57:21 +0000
commite482a63238d3085e96fa698b1c45cf54357038b4 (patch)
tree687dfbd60abb4ef6c5a2017af0d21394730a3699 /socket.h
parent6c29814b4b1f08116bc4d35333c9cfab2620c3c2 (diff)
downloadopenvpn-e482a63238d3085e96fa698b1c45cf54357038b4.tar.gz
openvpn-e482a63238d3085e96fa698b1c45cf54357038b4.tar.xz
openvpn-e482a63238d3085e96fa698b1c45cf54357038b4.zip
Added two new management states:
OPENVPN_STATE_RESOLVE -- DNS lookup */ OPENVPN_STATE_TCP_CONNECT -- Connecting to TCP server Echo management state change to log. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1068 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/socket.h b/socket.h
index f440659..f0d9a43 100644
--- a/socket.h
+++ b/socket.h
@@ -424,6 +424,7 @@ socket_descriptor_t socket_do_accept (socket_descriptor_t sd,
#define GETADDR_WARN_ON_SIGNAL (1<<5)
#define GETADDR_MSG_VIRT_OUT (1<<6)
#define GETADDR_TRY_ONCE (1<<7)
+#define GETADDR_UPDATE_MANAGEMENT_STATE (1<<8)
in_addr_t getaddr (unsigned int flags,
const char *hostname,