pid locking configuration and abstraction layer for git-annex
(not actually used anywhere yet)
This commit is contained in:
parent
77b490bfba
commit
aa4192aea6
7 changed files with 131 additions and 1 deletions
|
@ -16,6 +16,8 @@ module Utility.LockFile.Posix (
|
|||
LockStatus(..),
|
||||
dropLock,
|
||||
checkSaneLock,
|
||||
LockRequest(..),
|
||||
openLockFile,
|
||||
) where
|
||||
|
||||
import Utility.Exception
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue