]> xenbits.xensource.com Git - libvirt.git/commit
node_device_driver.h: Drop nodeDeviceLock() and nodeDeviceUnlock() fwd declarations
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Oct 2022 13:56:33 +0000 (15:56 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 26 Oct 2022 06:49:01 +0000 (08:49 +0200)
commita6474cfe4806ef90a4621b509d202b7efd8fd09e
tree2c66be0f8fc50c2d591643ef5ead278d8239b3be
parent6f45d2c18139064e3bcc30821f8b918a0efb0bda
node_device_driver.h: Drop nodeDeviceLock() and nodeDeviceUnlock() fwd declarations

The node_device_driver.h declares nodeDeviceLock() and
nodeDeviceUnlock() functions which used to exist, but after
rework to automatic mutex management they exist no more. Their
last use was removed in v8.1.0-rc1~122.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
src/node_device/node_device_driver.h