]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: allow passing flags to operate sync APIs 33536/head
authorYuval Lifshitz <yuvalif@yahoo.com>
Tue, 25 Feb 2020 15:02:29 +0000 (17:02 +0200)
committerYuval Lifshitz <yuvalif@yahoo.com>
Tue, 25 Feb 2020 15:02:29 +0000 (17:02 +0200)
commitbf8ea9a69829b4112f4426a7d9ebb875cdf31e2b
tree02d07252672b939bd8dc0cef5041b0cf3e24f6b6
parent6251b1deb1dc48f7ef59bf0c8e15e38646f35982
librados: allow passing flags to operate sync APIs

this would allow returning values from sync write operations
by passing the RETURNVEC flag to the sync versions of the APIs

Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
src/include/rados/librados.hpp
src/librados/librados_cxx.cc
src/test/cls_hello/test_cls_hello.cc