]> xenbits.xensource.com Git - libvirt.git/commit
storage: Use virStoragePoolObjGetDef accessor for driver
authorJohn Ferlan <jferlan@redhat.com>
Mon, 8 May 2017 16:41:11 +0000 (12:41 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 6 Oct 2017 10:53:05 +0000 (06:53 -0400)
commitbfcd8fc924693297c98a35ac00d2618d810ad43f
tree3e0b256d36a5345688847f1624ba8a66b2f1dbdd
parentadfa9b3044043d37c3a6a005667ad4d034a704ab
storage: Use virStoragePoolObjGetDef accessor for driver

In preparation for privatizing the object, use the accessor to fetch
the obj->def instead of the direct reference.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/storage/storage_driver.c