Hi Team, The following patches export the RADOS advisory locks functionality to the C/C++ librados API. The extra API calls added are inspired by the relevant functions of librbd. Kind Regards, Filippos Filippos Giannakos (2): Add RADOS lock mechanism to the librados C/C++ API. Add RADOS API lock tests src/Makefile.am | 11 +- src/include/rados/librados.h | 95 +++++++++++++++- src/include/rados/librados.hpp | 27 +++++ src/librados/librados.cc | 187 +++++++++++++++++++++++++++++++ src/test/librados/lock.cc | 236 ++++++++++++++++++++++++++++++++++++++++ 5 files changed, 554 insertions(+), 2 deletions(-) create mode 100644 src/test/librados/lock.cc -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html