• J
    storage: Create common file/dir volume backend helpers · 1452c85f
    John Ferlan 提交于
    Move all the volume functions to storage_util to create local/common helpers
    using the same naming syntax as the existing upload, download, and wipe
    virStorageBackend*Local API's.
    
    In the process of doing so, found more API's that can now become local
    to storage_util. In order to distinguish between local/external - I
    changed the names of the now local only ones from "virStorageBackend..."
    to just "storageBackend..."
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    1452c85f
storage_util.h 7.3 KB