]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: svc_sysobj: split core out
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 27 Aug 2018 23:02:03 +0000 (16:02 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Thu, 8 Nov 2018 17:19:29 +0000 (09:19 -0800)
commitc5440ae52634adc1bbe27f191617d52a245470d2
treedb0a6766f2ae0f719bd9ac864a7e704e1dc242f1
parent3192f640d5f88cf9cce5aa8764ef29df08cfba32
rgw: svc_sysobj: split core out

Split core sysobj interface from sysobj service so that cache could be
implemented.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/CMakeLists.txt
src/rgw/services/svc_sys_obj.cc
src/rgw/services/svc_sys_obj.h
src/rgw/services/svc_sys_obj_core.cc [new file with mode: 0644]
src/rgw/services/svc_sys_obj_core.h [new file with mode: 0644]