]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: Rename virFileWaitForDevices
authorJohn Ferlan <jferlan@redhat.com>
Mon, 20 Feb 2017 12:00:51 +0000 (07:00 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 16 Mar 2017 01:17:47 +0000 (21:17 -0400)
commit97e0d3c3c9ef34957ef74add50ed118c650629a2
treefbfdf6c8c1b1dad2fafac2851b27e8d886af0661
parenta7ce03c736056e9ce8381d9f191dab084d7033e3
util: Rename virFileWaitForDevices

The function is actually in virutil.c, but prototyped in virfile.h.
This patch fixes that by renaming the function to virWaitForDevices,
adding the prototype in virutil.h and libvirt_private.syms, and then
changing the callers to use the new name.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/libvirt_private.syms
src/node_device/node_device_driver.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c
src/storage/storage_backend_mpath.c
src/storage/storage_backend_scsi.c
src/storage/storage_util.c
src/util/virfile.h
src/util/virutil.c
src/util/virutil.h