mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
lib: Add xpipe_nonblocking helper
Signed-off-by: Ed Maste <emaste@adaranet.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -64,6 +64,7 @@ int fsync_parent_dir(const char *file_name);
|
||||
int get_mtime(const char *file_name, struct timespec *mtime);
|
||||
|
||||
void xpipe(int fds[2]);
|
||||
void xpipe_nonblocking(int fds[2]);
|
||||
|
||||
char *describe_fd(int fd);
|
||||
|
||||
|
Reference in New Issue
Block a user