From f4c94c7c51f6ede5c33ab5879c6013b64ba2df82 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 10 Sep 2009 10:58:40 +0200 Subject: sockets: add inet_connect_opts Add inet_connect_opts(). Does the same as inet_connect(), but uses QemuOpts. inet_connect() is a compatibility wrapper for inet_connect_opts() now and should go away some day. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- 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 354c11459f..662f427279 100644 --- a/qemu_socket.h +++ b/qemu_socket.h @@ -38,6 +38,7 @@ int send_all(int fd, const void *buf, int len1); /* New, ipv6-ready socket helper functions, see qemu-sockets.c */ int inet_listen(const char *str, char *ostr, int olen, int socktype, int port_offset); +int inet_connect_opts(QemuOpts *opts); int inet_connect(const char *str, int socktype); int unix_listen_opts(QemuOpts *opts); -- cgit v1.2.1