[libvirt] [PATCH v5 5/6] util: Introduce virFileWaitForExists

John Ferlan jferlan at redhat.com
Sun Oct 15 14:24:01 UTC 2017



On 10/11/2017 10:52 AM, Erik Skultety wrote:
> Since we have a number of places where we workaround timing issues with
> devices, attributes (files in general) not being available at the time
> of processing them by calling usleep in a loop for a fixed number of
> tries, we could as well have a utility function that would do that.
> Therefore we won't have to duplicate this ugly workaround even more.
> 
> Signed-off-by: Erik Skultety <eskultet at redhat.com>
> ---
>  src/libvirt_private.syms |  1 +
>  src/util/virfile.c       | 31 +++++++++++++++++++++++++++++++
>  src/util/virfile.h       |  2 ++
>  3 files changed, 34 insertions(+)
> 

Reviewed-by: John Ferlan <jferlan at redhat.com>

John




More information about the libvir-list mailing list