770aa08 storage: Introduce virStoragePoolObjEndAPI

Authored and Committed by John Ferlan 6 years ago
    storage: Introduce virStoragePoolObjEndAPI
    
    For now it'll just call the virStoragePoolObjUnlock, but a future
    adjustment will do something different. Since the new API will check
    for a NULL object before the Unlock call, callers no longer need to
    check for NULL before calling.
    
    The virStoragePoolObjUnlock is now private/static to virstorageobj.c
    with a short term forward reference.
    
        
file modified
+14 -1
file modified
+3 -3
file modified
+1 -1
file modified
+52 -63
file modified
+34 -37