summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/bucket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/message/bucket.h b/storageapi/src/vespa/storageapi/message/bucket.h
index 0c97772d184..05838600a24 100644
--- a/storageapi/src/vespa/storageapi/message/bucket.h
+++ b/storageapi/src/vespa/storageapi/message/bucket.h
@@ -362,6 +362,7 @@ public:
const lib::ClusterState& getSystemState() const { return *_state; }
const vespalib::string& getDistributionHash() const { return _distributionHash; }
+ document::BucketSpace getBucketSpace() const { return _bucketSpace; }
void print(std::ostream& out, bool verbose, const std::string& indent) const override;