aboutsummaryrefslogtreecommitdiff
path: root/lib/socket-util.h
diff options
context:
space:
mode:
authorEd Maste <emaste@adaranet.com>2012-09-28 21:06:41 +0000
committerBen Pfaff <blp@nicira.com>2012-09-28 14:21:52 -0700
commitc0d95206c068d95460a068defd76274e73225a4a (patch)
tree72fab11e2fb7de7552e4e05f44d9ac20c313c846 /lib/socket-util.h
parentf5c45121cf59ef3099ba669c3590d844bedf53e9 (diff)
lib: Add xpipe_nonblocking helper
Signed-off-by: Ed Maste <emaste@adaranet.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/socket-util.h')
-rw-r--r--lib/socket-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket-util.h b/lib/socket-util.h
index bacb236f..a00b32e5 100644
--- a/lib/socket-util.h
+++ b/lib/socket-util.h
@@ -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);