Re: [PATCH 1/2] Add RADOS lock mechanism to the librados C/C++ API.

2013-05-31 Thread Josh Durgin
Filippos Giannakos wrote: Add functions to the librados C/C++ API, to take advantage and utilize the advisory locking system offered by RADOS. Signed-off-by: Filippos Giannakos --- src/Makefile.am|5 +- src/include/rados/librados.h | 95 +++- src/include/r

[PATCH 1/2] Add RADOS lock mechanism to the librados C/C++ API.

2013-05-30 Thread Filippos Giannakos
Add functions to the librados C/C++ API, to take advantage and utilize the advisory locking system offered by RADOS. Signed-off-by: Filippos Giannakos --- src/Makefile.am|5 +- src/include/rados/librados.h | 95 +++- src/include/rados/librados.hpp | 27 +