libvirt/src/locking
Daniel P. Berrangé 27cb4c1a53 build: remove use of usleep gnulib module in favour of g_usleep
The usleep function was missing on older mingw versions, but we can rely
on it existing everywhere these days. It may only support times upto 1
second in duration though, so we'll prefer to use g_usleep instead.

The commandhelper program is not changed since that can't link to glib.
Fortunately it doesn't need to build on Windows platforms either.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-10-14 10:54:42 +01:00
..
domain_lock.c
domain_lock.h
libvirt_lockd.aug
libvirt_sanlock.aug
lock_daemon_config.c lib: Define and use autofree for virConfPtr 2019-09-10 09:34:37 +02:00
lock_daemon_config.h
lock_daemon_dispatch.c
lock_daemon_dispatch.h
lock_daemon.c build: remove use of usleep gnulib module in favour of g_usleep 2019-10-14 10:54:42 +01:00
lock_daemon.h
lock_driver_lockd.c lib: Define and use autofree for virConfPtr 2019-09-10 09:34:37 +02:00
lock_driver_lockd.h
lock_driver_nop.c
lock_driver_nop.h
lock_driver_sanlock.c build: remove use of usleep gnulib module in favour of g_usleep 2019-10-14 10:54:42 +01:00
lock_driver.h
lock_manager.c
lock_manager.h
lock_protocol.x
lockd.conf
Makefile.inc.am build: link to glib library 2019-10-14 10:54:42 +01:00
sanlock_helper.c
sanlock.conf
test_libvirt_lockd.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
test_libvirt_sanlock.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
test_virtlockd.aug.in build: use @CONFIG@ instead of ::CONFIG:: in augeas tests 2019-08-09 14:06:31 +01:00
virtlockd-admin.socket.in systemd: honour $runstatedir in socket unit files 2019-08-27 10:23:05 +01:00
virtlockd.aug
virtlockd.conf
virtlockd.pod src: honour the RUNSTATEDIR variable in all code 2019-08-27 10:23:13 +01:00
virtlockd.service.in build: don't hardcode /etc in the config related files 2019-08-09 14:06:31 +01:00
virtlockd.socket.in systemd: honour $runstatedir in socket unit files 2019-08-27 10:23:05 +01:00
virtlockd.sysconf