diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-06-29 18:57:21 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-06-29 18:57:21 +0000 |
commit | e482a63238d3085e96fa698b1c45cf54357038b4 (patch) | |
tree | 687dfbd60abb4ef6c5a2017af0d21394730a3699 /socket.h | |
parent | Minor syshead.h change for NetBSD to allow (diff) | |
download | openvpn-e482a63238d3085e96fa698b1c45cf54357038b4.tar.xz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |