diff options
author | Laurent Vivier <lvivier@redhat.com> | 2024-08-02 18:10:35 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-08-05 17:37:53 +0200 |
commit | 623ceb1f2b9051e3c6b34c99463a22a558b74674 (patch) | |
tree | 301c897be9c7fb457d893bbd85a70f70decb90ef /Makefile | |
parent | a5bbefa6fb799ba009b9704bb440e22778cd5d51 (diff) | |
download | passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.tar passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.tar.gz passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.tar.bz2 passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.tar.lz passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.tar.xz passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.tar.zst passt-623ceb1f2b9051e3c6b34c99463a22a558b74674.zip |
udp_flow: Remove udp_meta_t from the parameters of udp_flow_from_sock()
To be used with the vhost-user version of udp.c, we need to export the
udp_flow functions. To avoid to export udp_meta_t too that is specific
to the socket version of udp.c, don't pass udp_meta_t to it,
but the only needed field, s_in.
Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions