aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributortestutil.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@verizonmedia.com>2021-03-22 13:28:29 +0000
committerGeir Storli <geirst@verizonmedia.com>2021-03-22 13:28:29 +0000
commitcb4236502fb0fefbb86654f0a8252def90b15bc0 (patch)
tree8fe8f6426c40932bc8bf729e801e3c9fe3ce9aee /storage/src/tests/distributor/distributortestutil.h
parent1dfa0e9d42d47f375c8b6a4db457cba862e6b20b (diff)
Rename DistributorComponent -> DistributorStripeComponent.
Diffstat (limited to 'storage/src/tests/distributor/distributortestutil.h')
-rw-r--r--storage/src/tests/distributor/distributortestutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/src/tests/distributor/distributortestutil.h b/storage/src/tests/distributor/distributortestutil.h
index f450f2545db..809a87d3bb7 100644
--- a/storage/src/tests/distributor/distributortestutil.h
+++ b/storage/src/tests/distributor/distributortestutil.h
@@ -21,7 +21,7 @@ class BucketDBUpdater;
class Distributor;
class DistributorBucketSpace;
class DistributorBucketSpaceRepo;
-class DistributorComponent;
+class DistributorStripeComponent;
class DistributorStripe;
class IdealStateManager;
class ExternalOperationHandler;
@@ -114,7 +114,7 @@ public:
BucketDBUpdater& getBucketDBUpdater();
IdealStateManager& getIdealStateManager();
ExternalOperationHandler& getExternalOperationHandler();
- storage::distributor::DistributorComponent& distributor_component();
+ storage::distributor::DistributorStripeComponent& distributor_component();
Distributor& getDistributor() {
return *_distributor;