mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
socket-util: New function xset_nonblocking().
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
#include <netinet/ip.h>
|
||||
|
||||
int set_nonblocking(int fd);
|
||||
void xset_nonblocking(int fd);
|
||||
|
||||
int get_max_fds(void);
|
||||
|
||||
int lookup_ip(const char *host_name, struct in_addr *address);
|
||||
|
Reference in New Issue
Block a user