diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-10-26 10:29:24 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-10-26 10:29:24 -0500 |
commit | e86d9b12b52a2e1cf9e18d55f471fa085911b166 (patch) | |
tree | c1cdec953a4ce7e7c5ce5490f8220fac943db385 /qemu_socket.h | |
parent | 0ec024f63696edb42c9841e756811ba31fd18ab8 (diff) | |
parent | 6db39ae2e250f15da17462444ea18a9fcef41e05 (diff) |
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Diffstat (limited to 'qemu_socket.h')
-rw-r--r-- | qemu_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_socket.h b/qemu_socket.h index 180e4dbd9b..9e32fac651 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -35,6 +35,7 @@ int inet_aton(const char *cp, struct in_addr *ia); /* misc helpers */ int qemu_socket(int domain, int type, int protocol); int qemu_accept(int s, struct sockaddr *addr, socklen_t *addrlen); +void socket_set_block(int fd); void socket_set_nonblock(int fd); int send_all(int fd, const void *buf, int len1); |