]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: add comment for bucket in BucketCounter
authorCasey Bodley <cbodley@redhat.com>
Tue, 24 Oct 2017 16:23:08 +0000 (12:23 -0400)
committerCasey Bodley <cbodley@redhat.com>
Fri, 10 Nov 2017 18:23:03 +0000 (13:23 -0500)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_sync_log_trim.cc

index 171e7c80a0b3d39b0687aba00c4f0464142de71b..d6744ca4a4b9bf7e0fb011736cb91f3b0121bae5 100644 (file)
@@ -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;