On Thu, Oct 03, 2019 at 02:53:14PM +0100, Daniel P. Berrangé wrote:
The usleep function was missing on older mingw versions, but we can
rely
on it existing everywhere these days.
Per
https://www.gnu.org/software/gnulib/manual/html_node/usleep.html#usleep
usleep only works up to one second on mingw.
However from 'git grep usleep' it seems that the virsh usage is the only
one possibly relevant to Windows.
Is there any benefit of using usleep for values that are multiples of
1000?
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
bootstrap.conf | 1 -
1 file changed, 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano