]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: add global op flags to the c api
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 7 Feb 2014 03:12:58 +0000 (19:12 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Feb 2014 20:34:32 +0000 (12:34 -0800)
commit4f4121ae1989cb1ff99d8343493eeeefaeabb013
tree2d04109609bd61e35adf02edbac0a0571e39ead4
parent7f1f0b550fd9b22309ae54de5839ecc1b6f8fd71
librados: add global op flags to the c api

The c++ api did not include these in the sync versions of the calls,
so add a flags argument to the IoCtxImpl functions for those, with
default arguments to avoid changing the many many callers.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/include/rados/librados.h
src/librados/IoCtxImpl.cc
src/librados/IoCtxImpl.h
src/librados/librados.cc
src/test/librados/c_write_operations.cc