mirror of
https://github.com/ceph/ceph
synced 2025-01-29 06:24:03 +00:00
librados: rename c3 -> librados
This commit is contained in:
parent
a6fe0fbdb2
commit
2a0faaf279
@ -21,8 +21,8 @@ osdmaptool_SOURCES = osdmaptool.cc
|
||||
osdmaptool_LDADD = libcrush.a libcommon.a
|
||||
cconf_SOURCES = cconf.cc
|
||||
cconf_LDADD = libcommon.a
|
||||
c3_SOURCES = s3/c3.cc msg/SimpleMessenger.cc
|
||||
c3_LDADD = libmds.a libosdc.a libcrush.a libcommon.a
|
||||
testrados_SOURCES = librados/testrados.cc msg/SimpleMessenger.cc
|
||||
testrados_LDADD = libmds.a libosdc.a libcrush.a libcommon.a
|
||||
|
||||
mount_ceph_SOURCES = mount.ceph.c
|
||||
|
||||
@ -50,7 +50,7 @@ bin_PROGRAMS = \
|
||||
ceph cconf \
|
||||
mkmonfs monmaptool osdmaptool crushtool \
|
||||
streamtest dupstore dumpjournal testmsgr \
|
||||
c3
|
||||
testrados
|
||||
|
||||
sbin_PROGRAMS = \
|
||||
mount.ceph
|
||||
@ -403,6 +403,7 @@ noinst_HEADERS = \
|
||||
kernel/super.c\
|
||||
kernel/super.h\
|
||||
kernel/types.h\
|
||||
librados/librados.h\
|
||||
mds/locks.c\
|
||||
mds/locks.h\
|
||||
mds/Anchor.h\
|
||||
|
@ -372,7 +372,7 @@ static int c3_initialized = 0;
|
||||
|
||||
static C3 *c3p;
|
||||
|
||||
#include "c3.h"
|
||||
#include "librados.h"
|
||||
|
||||
extern "C" int c3_initialize(int argc, const char **argv)
|
||||
{
|
Loading…
Reference in New Issue
Block a user