]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
common: TokenBucketThrottle should use perfect forwarding for item
authorJason Dillaman <dillaman@redhat.com>
Wed, 29 Apr 2020 16:27:46 +0000 (12:27 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 14 May 2020 15:56:45 +0000 (11:56 -0400)
commit04df167b59f072f2aa913bea0b282115027f5505
treefc392f5f8a859df5ed32ec6f94a27ee3eedc7d47
parentf8293ea2351a6af3b88c4f4aeb509965ed568ade
common: TokenBucketThrottle should use perfect forwarding for item

This will allow more than just a pointer to an item to be passed to
the callback.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/common/Throttle.h
src/librbd/io/ImageRequestWQ.cc
src/librbd/io/ImageRequestWQ.h