]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: implement/document tmap_{get,put}
authorSage Weil <sage@newdream.net>
Wed, 10 Aug 2011 23:07:33 +0000 (16:07 -0700)
committerSage Weil <sage@newdream.net>
Wed, 10 Aug 2011 23:07:33 +0000 (16:07 -0700)
commitd1728003fd6b065d264f6f444af5b1070a8d8cfa
tree8cdd6cf2072cfa82230a4d637cf54c57e69a6bf0
parent287b0a12cb18bb3722576ace9389e04b5ce1b971
librados: implement/document tmap_{get,put}

These aren't strictly necessary now (you can just read the raw object or
do a writefull and get the same thing) but this way we document the format
and can change the backend to be smarter in the future without changing up
the interface.

Signed-off-by: Sage Weil <sage@newdream.net>
src/include/rados/librados.h
src/include/rados/librados.hpp
src/librados.cc