From 128aa58947637b0989330c2e6a22a824d39e2193 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 21 Sep 2011 12:36:48 +0200 Subject: move corking functions to osdep.c Signed-off-by: Paolo Bonzini --- qemu_socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qemu_socket.h') diff --git a/qemu_socket.h b/qemu_socket.h index 9e32fac..fe4cf6c 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); +int socket_set_cork(int fd, int v); void socket_set_block(int fd); void socket_set_nonblock(int fd); int send_all(int fd, const void *buf, int len1); -- cgit v1.1