]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: add get_version64()
authorSage Weil <sage@inktank.com>
Wed, 28 Aug 2013 22:41:31 +0000 (15:41 -0700)
committerSage Weil <sage@inktank.com>
Thu, 29 Aug 2013 00:05:00 +0000 (17:05 -0700)
commit985a1405db6364d4283b68c681d6a4e816decf7e
tree40bc2f6659a7f8cc1f37498c6c7b7411c802ba31
parent3e63c1a4af6c956458cf2044ac45d2bb5833dbd2
librados: add get_version64()

The C++ AioCompletion::get_version() method only returns 32-bits.  Sigh.

Add a get_version64() method that returns all 64-bits. Do not touch the
32-bit version to avoid breaking the ABI.

Backport: dumpling, cuttlefish
Signed-off-by: Sage Weil <sage@inktank.com>
PendingReleaseNotes
src/include/rados/librados.hpp
src/librados/librados.cc