]> git.proxmox.com Git - qemu.git/blobdiff - qemu_socket.h
qcow2: Update snapshot table information at once
[qemu.git] / qemu_socket.h
index 180e4dbd9b5bebe927fb624f8463d384bd3adc24..9e32fac65106188186c4cf4d361a16047de416c6 100644 (file)
@@ -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);