]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Separate cleanup from networkRemoveInactive
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 3 Sep 2024 12:59:50 +0000 (14:59 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 17 Sep 2024 07:40:37 +0000 (09:40 +0200)
commit2bea2782d5eccc96da7b93d3ec6ce79afc4dca71
tree9d2c30e7de79742d3b63083512029d9c16cf1fbd
parent74a22c09be73ed536b677e5db3a50d00540683f6
network: Separate cleanup from networkRemoveInactive

The new function (networkCleanupInactive) can be called from an iterator
over the list of networks without the risk of deadlock.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
src/network/bridge_driver.c