]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librgw: remove classes from extern, argv
authorMatt Benjamin <mbenjamin@redhat.com>
Tue, 8 Sep 2015 14:56:30 +0000 (10:56 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 16:57:51 +0000 (11:57 -0500)
commitfae842d2a1bb2b46ff0e82ca4ffe3f71f2d35f59
tree41f304a48ee0b5562cf8aaf687807fe89eb14dcc
parenteb2ac51c07c259af275059c053b271c28a61cde4
librgw: remove classes from extern, argv

Remove class definitions from extern "C" block, which was
illogical.

Block in support for passing a C-style argument list to the
librgw_create library initializer, so code won't be tempted to
use one from librados.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/include/rados/librgw.h
src/rgw/librgw.cc
src/rgw/rgw_lib.h
src/test/librgw_file.cc