]> xenbits.xensource.com Git - libvirt.git/commit
nodedev: Introduce virNodeDeviceObjGetDef
authorJohn Ferlan <jferlan@redhat.com>
Sat, 3 Jun 2017 11:36:01 +0000 (07:36 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 3 Jun 2017 12:34:35 +0000 (08:34 -0400)
commit922af89e4450adf2b9a7c53f41fd5f9f4ecbd2fc
tree08e01be4e1c6770ccdf6f56068f6c2038ffac0d8
parent95ea171b39bbde444847c95e3107d1f57814d0a1
nodedev: Introduce virNodeDeviceObjGetDef

In preparation for privatizing the virNodeDeviceObj - create an accessor
for the @def field and then use it for various callers.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virnodedeviceobj.c
src/conf/virnodedeviceobj.h
src/libvirt_private.syms
src/node_device/node_device_driver.c
src/node_device/node_device_hal.c
src/node_device/node_device_udev.c
src/test/test_driver.c