Re: [libvirt] [PATCH 4/8] util: Rename virFileWaitForDevices

2017-02-27 Thread Michal Privoznik
On 20.02.2017 14:18, John Ferlan wrote: > 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. >

Re: [libvirt] [PATCH 4/8] util: Rename virFileWaitForDevices

2017-02-27 Thread Laine Stump
On 02/20/2017 08:18 AM, John Ferlan wrote: 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.

[libvirt] [PATCH 4/8] util: Rename virFileWaitForDevices

2017-02-20 Thread John Ferlan
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