d0a160d network: stop passing virDomainNetDefPtr into bandwidth functions

Authored and Committed by berrange 5 years ago
    network: stop passing virDomainNetDefPtr into bandwidth functions
    
    The networkPlugBandwidth & networkUnplugBandwidth methods currently take
    a virDomainNetDefPtr. To remove the dependency on the domain config
    struct, pass individual parameters instead.
    
    Reviewed-by: Laine Stump <laine@laine.org>
    Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
    
        
file modified
+50 -44