diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2023-11-07 13:42:43 +1100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-11-07 09:54:00 +0100 |
commit | 409d3ca87f858152de88d61112c71d8464ff6149 (patch) | |
tree | 670b97c9f2ddc02b2617890eb3173b0c208c6929 /test/perf | |
parent | 5a79ba6272814dda72b387ea13b97d1f0e79dbcf (diff) | |
download | passt-409d3ca87f858152de88d61112c71d8464ff6149.tar passt-409d3ca87f858152de88d61112c71d8464ff6149.tar.gz passt-409d3ca87f858152de88d61112c71d8464ff6149.tar.bz2 passt-409d3ca87f858152de88d61112c71d8464ff6149.tar.lz passt-409d3ca87f858152de88d61112c71d8464ff6149.tar.xz passt-409d3ca87f858152de88d61112c71d8464ff6149.tar.zst passt-409d3ca87f858152de88d61112c71d8464ff6149.zip |
tcp_splice: Remove unnecessary forward declaration
In tcp_splice.c we forward declare tcp_splice_epoll_ctl() then define it
later on. However, there are no circular dependencies which prevent us
from simply having the full definition in place of the forward declaration.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'test/perf')
0 files changed, 0 insertions, 0 deletions