]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librgw: make API reentrant
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 17 May 2011 18:18:52 +0000 (11:18 -0700)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 17 May 2011 22:04:18 +0000 (15:04 -0700)
commitb5726e111b9206ddc77a303c3655eb5389c6d3a9
tree10bc167220d3240e5a86b451ea2f77be47f6490c
parent4320cb15d4840c88b6e5c91c9923fb82749f78f4
librgw: make API reentrant

By passing in the configuration, we can use multiple librgw instances in
parallel-- or will be able to, once g_conf is de-globalized.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/include/rados/librgw.h
src/rgw/librgw.cc
src/test/librgw.cc