timeval: Add new "backtrace" appctl command.
[openvswitch] / lib / socket-util.h
index bacb236f1c0209726214b490508181a99b728e9b..a00b32e57b0a6c43274f49eab53ed1fe6f810a7b 100644 (file)
@@ -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);