commit | f4c94c7c51f6ede5c33ab5879c6013b64ba2df82 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 10 10:58:40 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Sep 11 10:19:48 2009 -0500 |
tree | 17abf2f1bab6495c13fe56d5cca2df8217e9ec43 | |
parent | 108af7b957371423187b1498729bd6a467aae5ef [diff] |
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 <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>