]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu_socket.h
usb-redir: Get rid of unused async-struct dev member
[mirror_qemu.git] / qemu_socket.h
index 4689ff340dc763afe05ac49351c4711304f794cf..30ae6af8b8cc7c496883c89fceb38005118534eb 100644 (file)
@@ -42,8 +42,8 @@ int send_all(int fd, const void *buf, int len1);
 int inet_listen_opts(QemuOpts *opts, int port_offset, Error **errp);
 int inet_listen(const char *str, char *ostr, int olen,
                 int socktype, int port_offset, Error **errp);
-int inet_connect_opts(QemuOpts *opts, Error **errp);
-int inet_connect(const char *str, bool block, Error **errp);
+int inet_connect_opts(QemuOpts *opts, bool *in_progress, Error **errp);
+int inet_connect(const char *str, bool block, bool *in_progress, Error **errp);
 int inet_dgram_opts(QemuOpts *opts);
 const char *inet_strfamily(int family);