Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Locking / Types.hs @ c8751a72

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
91e5d533 02/19/2014 03:45 pm Klaus Aehlig

Add a type class describing types that can serve as locks

Besides the lock order and Show, an additional datum is needed in order
to describe lock inclusion, used, e.g., for group locks. So add a type
class describing this property.

Signed-off-by: Klaus Aehlig <>...