Re: [libvirt] [PATCH 03/10] Basic framework for lock manager plugins

2011-05-27 Thread Daniel Veillard
On Thu, May 19, 2011 at 07:24:18AM -0400, Daniel P. Berrange wrote: > Define the basic framework lock manager plugins. The > basic plugin API for 3rd parties to implemented is > defined in > > src/locking/lock_driver.h > > This allows dlopen()able modules for alternative locking > schemes, howe

[libvirt] [PATCH 03/10] Basic framework for lock manager plugins

2011-05-24 Thread Daniel P. Berrange
Define the basic framework lock manager plugins. The basic plugin API for 3rd parties to implemented is defined in src/locking/lock_driver.h This allows dlopen()able modules for alternative locking schemes, however, we do not install the header. This requires lock plugins to be in-tree allowing

[libvirt] [PATCH 03/10] Basic framework for lock manager plugins

2011-05-19 Thread Daniel P. Berrange
Define the basic framework lock manager plugins. The basic plugin API for 3rd parties to implemented is defined in src/locking/lock_driver.h This allows dlopen()able modules for alternative locking schemes, however, we do not install the header. This requires lock plugins to be in-tree allowing