Revision e1e36b88 src/Ganeti/Locking/Locks.hs

b/src/Ganeti/Locking/Locks.hs
69 69

  
70 70
-- | The type of lock Allocations in Ganeti. In Ganeti, the owner of
71 71
-- locks are jobs.
72
type GanetiLockAllocation = LockAllocation GanetiLocks JobId
72
type GanetiLockAllocation = LockAllocation GanetiLocks (JobId, FilePath)
73 73

  
74 74
-- | Load a lock allocation from disk.
75 75
loadLockAllocation :: FilePath -> ResultG GanetiLockAllocation

Also available in: Unified diff