]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/os: define SeastoreCollection as a class
authorKefu Chai <kchai@redhat.com>
Sat, 15 May 2021 04:18:07 +0000 (12:18 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 18 May 2021 10:05:33 +0000 (18:05 +0800)
commit30e5d90832f5e827a17db4f16f41b373a2524ee0
tree09ff5313009cbdb08a49f1c901fc705a40037f2e
parent3b653b331bff0d6bc423ea37ca4f9812003f467c
crimson/os: define SeastoreCollection as a class

to be consistent with the forward declaration. C++ standard does not
differentiate class from struct in this perspective. but Clang warngs at
seeing it. so silence the warning.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/os/seastore/seastore.cc