Statistics
| Branch: | Tag: | Revision:

root / test / ganeti.utils.cfunc.mlockall_unittest.py @ 6915fe26

History | View | Annotate | Download (1.5 kB)

# Date Author Comment
6915fe26 10/17/2011 06:05 pm Michael Hanselmann

utils.cfunc: Cleanup, more flexibility

- Split code using ctypes directly into a helper class
- Don't load “libc.so.6”, but use handle for main program instead (see
comment in code)
- Clarify comment on errno with older ctypes versions
- Rename unittest since it can't be used for other functions (modifies...