diff options
author | Casey Bodley <cbodley@redhat.com> | 2019-10-01 19:19:52 +0200 |
---|---|---|
committer | Pritha Srivastava <prsrivas@redhat.com> | 2019-10-16 05:54:18 +0200 |
commit | cc84d014736776b0f0b5bb1fa361ba4bd318e56c (patch) | |
tree | 24f142085cffe1c15480310fd1330761023f32ad /src/rgw/CMakeLists.txt | |
parent | Making remove queue entries synchronous and draining (diff) | |
download | ceph-cc84d014736776b0f0b5bb1fa361ba4bd318e56c.tar.xz ceph-cc84d014736776b0f0b5bb1fa361ba4bd318e56c.zip |
rgw: add gc log helpers and unit tests
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to 'src/rgw/CMakeLists.txt')
-rw-r--r-- | src/rgw/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/CMakeLists.txt b/src/rgw/CMakeLists.txt index fb17473bc93..c2de6a4d818 100644 --- a/src/rgw/CMakeLists.txt +++ b/src/rgw/CMakeLists.txt @@ -66,6 +66,7 @@ set(librgw_common_srcs rgw_es_query.cc rgw_formats.cc rgw_gc.cc + rgw_gc_log.cc rgw_http_client.cc rgw_json_enc.cc rgw_keystone.cc |