2
0
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:
Ben Pfaff
2012-05-14 14:40:06 -07:00
parent 5ca92d1d5d
commit a0505c49dd
5 changed files with 18 additions and 8 deletions

View File

@@ -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);