]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu_socket.h
hw/9pfs: Documentation changes related to proxy fs
[mirror_qemu.git] / qemu_socket.h
index 9e32fac65106188186c4cf4d361a16047de416c6..fe4cf6ca61b02c04c5c6f9ed10d7808bce6e06e3 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);
+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);