]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: move methods that require an IoCtx to IoCtxImpl
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 1 Mar 2012 20:08:33 +0000 (12:08 -0800)
committerJosh Durgin <josh.durgin@dreamhost.com>
Tue, 13 Mar 2012 18:46:02 +0000 (11:46 -0700)
commit5f92f338be3e0a7afff1957edc0d7027b23e0378
tree6550de46a8ff419b6d45fe96ede4afecd61ddd1c
parent8f278647f4aac364c543059a039610d8a28a6b4d
librados: move methods that require an IoCtx to IoCtxImpl

RadosClient still does a few different things, but at least it
no longer does all the work of an IoCtx.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/librados/IoCtxImpl.cc
src/librados/IoCtxImpl.h
src/librados/PoolAsyncCompletionImpl.h
src/librados/RadosClient.cc
src/librados/RadosClient.h
src/librados/librados.cc