From 1b582d64eb6d13e60a02ebc40956302a4864eb6c Mon Sep 17 00:00:00 2001 From: David Faure Date: Sun, 3 Feb 2013 12:00:50 +0100 Subject: Long live QLockFile Locking between processes, implemented with open(O_EXCL) on Unix and CreateFile(CREATE_NEW) on Windows. Supports detecting stale lock files and deleting them. Advisory locking is used to prevent deletion of files that are still in use. Change-Id: Id00ee2a4e77a29483d869037c7047c59cb909339 Reviewed-by: Thiago Macieira --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a64b0ccf9a..5f9854a674 100644 --- a/.gitignore +++ b/.gitignore @@ -307,6 +307,7 @@ tests/auto/corelib/thread/qthreadstorage/crashOnExit tests/auto/corelib/io/qresourceengine/qresourceengine tests/auto/corelib/codecs/qtextcodec/echo/echo tests/auto/corelib/plugin/quuid/testProcessUniqueness/testProcessUniqueness +tests/auto/corelib/io/qlockfile/qlockfiletesthelper/qlockfile_test_helper tests/auto/dbus/qdbusabstractadaptor/qmyserver/qmyserver tests/auto/dbus/qdbusabstractinterface/qpinger/qpinger tests/auto/dbus/qdbusinterface/qmyserver/qmyserver -- cgit v1.2.3