Add Nicira extension for remote command execution.
[sliver-openvswitch.git] / include / socket-util.h
index 4ae1068..3816c3c 100644 (file)
@@ -39,6 +39,7 @@
 #include <stdbool.h>
 
 int set_nonblocking(int fd);
+int get_max_fds(void);
 int lookup_ip(const char *host_name, struct in_addr *address);
 int get_socket_error(int sock);
 int check_connection_completion(int fd);