]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os: rename get_*() -> decode_*() 1922/head
authorSage Weil <sage@inktank.com>
Thu, 5 Jun 2014 16:19:05 +0000 (09:19 -0700)
committerSage Weil <sage@inktank.com>
Thu, 5 Jun 2014 16:19:05 +0000 (09:19 -0700)
commitaede83281f83641247f4934771be90a046a0d79c
tree5470462b010ffad0e1302b6e573fd3a3b8829470
parent7c2c8da2180ccc0ded8a7917189501711851ef8c
os: rename get_*() -> decode_*()

These methods have side-effects: they move the decode iterator *and*
return a value.  Rename them to avoid confusion with typical get_*
accessors.

Signed-off-by: Sage Weil <sage@inktank.com>
src/os/FileStore.cc
src/os/KeyValueStore.cc
src/os/MemStore.cc
src/os/ObjectStore.cc
src/os/ObjectStore.h