summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_sync_log_trim.cc
diff options
context:
space:
mode:
authorCasey Bodley <cbodley@redhat.com>2017-10-24 18:23:08 +0200
committerCasey Bodley <cbodley@redhat.com>2017-11-10 19:23:03 +0100
commitc6d946b3e1fbb10da43273e62c8584ffe3afbcdf (patch)
treeef77be2941e691d849555307dc2e7a5ceba54802 /src/rgw/rgw_sync_log_trim.cc
parentrgw: move shard marker helper into BucketIndexShardsManager (diff)
downloadceph-c6d946b3e1fbb10da43273e62c8584ffe3afbcdf.tar.xz
ceph-c6d946b3e1fbb10da43273e62c8584ffe3afbcdf.zip
rgw: add comment for bucket in BucketCounter
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to '')
-rw-r--r--src/rgw/rgw_sync_log_trim.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgw/rgw_sync_log_trim.cc b/src/rgw/rgw_sync_log_trim.cc
index 171e7c80a0b..d6744ca4a4b 100644
--- a/src/rgw/rgw_sync_log_trim.cc
+++ b/src/rgw/rgw_sync_log_trim.cc
@@ -61,7 +61,7 @@ struct TrimNotifyHandler {
struct TrimCounters {
/// counter for a single bucket
struct BucketCounter {
- std::string bucket;
+ std::string bucket; //< bucket instance metadata key
int count{0};
BucketCounter() = default;