]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
krbd: fix incorrect types in the krbd API
authorJason Dillaman <dillaman@redhat.com>
Tue, 28 Apr 2015 14:56:15 +0000 (10:56 -0400)
committerjdillaman <jdillaman@ubuntu.(none)>
Thu, 30 Apr 2015 14:56:54 +0000 (10:56 -0400)
commit740fd275a60630e60b3bcf41637a2ca486885d9c
tree2c6a86eb3d71e17f309c86627f58557b33521de9
parentc44f8e7fbc19924a9453d8c032c624ebb6c0296f
krbd: fix incorrect types in the krbd API

The C API functions were referencing the C++ CephContext
instead of the C rados_config_t.  Additionally, the ceph
namespace was missing on the Formatter class.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/krbd.h
src/krbd.cc