diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-12-23 04:59:52 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-01-19 06:57:59 +0100 |
commit | e217e22a777da86a35dfb90313214ceb3323729a (patch) | |
tree | ff808556fcf2e8f86352f4acf123038f710dec3b /src/network/networkd-sriov.h | |
parent | network: sr-iov: fix section name in log messages (diff) | |
download | systemd-e217e22a777da86a35dfb90313214ceb3323729a.tar.xz systemd-e217e22a777da86a35dfb90313214ceb3323729a.zip |
network: sr-iov: drop conflicting sections
Diffstat (limited to 'src/network/networkd-sriov.h')
-rw-r--r-- | src/network/networkd-sriov.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-sriov.h b/src/network/networkd-sriov.h index 950d1f9c59..be4430a9a0 100644 --- a/src/network/networkd-sriov.h +++ b/src/network/networkd-sriov.h @@ -35,7 +35,7 @@ typedef struct SRIOV { SRIOV *sr_iov_free(SRIOV *sr_iov); int link_configure_sr_iov(Link *link); -void network_drop_invalid_sr_iov(Network *network); +int network_drop_invalid_sr_iov(Network *network); DEFINE_NETWORK_SECTION_FUNCTIONS(SRIOV, sr_iov_free); |