]> xenbits.xensource.com Git - libvirt.git/commit
conf: Introduce virstorageobj
authorJohn Ferlan <jferlan@redhat.com>
Tue, 7 Mar 2017 20:18:01 +0000 (15:18 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 17 Mar 2017 18:40:09 +0000 (14:40 -0400)
commit7c151e3398772d066c222c7532fc1fa83bf376f2
treef2580150acd679b8987bdc4aede0a652467a7096
parentf0803dae93d62a4b8a2f67f4873c290a76d978b3
conf: Introduce virstorageobj

Move all the StoragePoolObj related API's into their own module
virstorageobj from the storage_conf

Purely code motion at this point, plus adjustments to cleanly build

Signed-off-by: John Ferlan <jferlan@redhat.com>
po/POTFILES.in
src/Makefile.am
src/conf/storage_conf.c
src/conf/storage_conf.h
src/conf/virstorageobj.c [new file with mode: 0644]
src/conf/virstorageobj.h [new file with mode: 0644]
src/libvirt_private.syms
src/storage/storage_backend.h
src/storage/storage_driver.h
src/storage/storage_util.h
src/test/test_driver.c