]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
libcephfs: add ceph_get_osd_addr interface
authorNoah Watkins <noahwatkins@gmail.com>
Thu, 14 Mar 2013 19:15:41 +0000 (12:15 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Thu, 14 Mar 2013 19:25:17 +0000 (12:25 -0700)
commit47378d69ed475e720bab19176b893697178a6dcf
tree3f98625ba4ef6f7508990d30036976ab040538e9
parentf56620b7fcb188469c3c006cb39a14311a1aeacc
libcephfs: add ceph_get_osd_addr interface

Return the network address for an OSD by ID.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/client/Client.cc
src/client/Client.h
src/include/cephfs/libcephfs.h
src/libcephfs.cc
src/test/libcephfs/test.cc