On Thu, Jun 07, 2018 at 03:54:24PM +0200, Martin Kletzander wrote:
We already have virFileLock(), but we are now using flock() in the code as
well (due to requirements for mutual exclusion between libvirt and other
programs using flock() as well), so let's have a function for that as well so we
don't need to have stubs for unsupported platforms in other files.

Signed-off-by: Martin Kletzander <[email protected]>
---
src/libvirt_private.syms |  1 +
src/util/virfile.c       | 40 ++++++++++++++++++++++++++++++++++++++++
src/util/virfile.h       |  2 ++
3 files changed, 43 insertions(+)


Reviewed-by: Ján Tomko <[email protected]>

Jano

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to