diff options
author | Laurent Vivier <lvivier@redhat.com> | 2022-10-21 11:09:15 +0200 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2022-10-28 13:28:52 +0800 |
commit | 7c1f0c33cc9d7436172da0882f088b3cfc8a0733 (patch) | |
tree | 02b08ee9036a077181c645421deea4122bef1ee2 /qom | |
parent | 13c6be96618c4435ba412c098bfe35a76355bc45 (diff) | |
download | qemu-7c1f0c33cc9d7436172da0882f088b3cfc8a0733.zip qemu-7c1f0c33cc9d7436172da0882f088b3cfc8a0733.tar.gz qemu-7c1f0c33cc9d7436172da0882f088b3cfc8a0733.tar.bz2 |
net: dgram: make dgram_dst generic
dgram_dst is a sockaddr_in structure. To be able to use it with
unix socket, use a pointer to a generic sockaddr structure.
Rename it dest_addr, and store socket length in dest_len.
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'qom')
0 files changed, 0 insertions, 0 deletions