Statistics
| Branch: | Tag: | Revision:

root / lib / locking.py @ 515207af

History | View | Annotate | Download (5.8 kB)

# Date Author Comment
162c1c1f 02/08/2008 01:23 pm Guido Trotter

Shared Lock implementation and unit tests.

Adding a locking.py file for the ganeti locking library. Its first component is
the implementation of a non-recursive blocking shared lock complete with a
testing library.

Reviewed-by: imsnah, iustinp