Add the ability to connect to a vconn asynchronously.
[sliver-openvswitch.git] / include / socket-util.h
index 2d167f9..4a42736 100644 (file)
@@ -27,5 +27,7 @@
 
 int set_nonblocking(int fd);
 int lookup_ip(const char *host_name, struct in_addr *address);
+int get_socket_error(int sock);
+int check_connection_completion(int fd);
 
 #endif /* socket-util.h */