d0258dd storage: Introduce virStoragePoolObjListForEach

Authored and Committed by John Ferlan 6 years ago
    storage: Introduce virStoragePoolObjListForEach
    
    Create an API to walk the pools->objs[] list in order to perform a
    callback function for each element of the objs array that doesn't care
    about whether the action succeeds or fails as the desire is to run the
    code over every element in the array rather than fail as soon as or if
    one fails.
    
        
file modified
+29 -0
file modified
+9 -0
file modified
+1 -0
file modified
+54 -55