summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2017-10-23 12:55:38 +0000
committerTor Egge <Tor.Egge@oath.com>2017-10-23 12:55:38 +0000
commita878a20e9b3bf5104ab7fecf512532cf2319bccb (patch)
tree5e5b1457a46a18dfe796a93e6c78327852d3080f /storageapi
parentff8f736032fab9e274b88317c8f0119ac62133ef (diff)
Pass on bucket space from create visitor command to visitor.
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/message/visitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/message/visitor.h b/storageapi/src/vespa/storageapi/message/visitor.h
index b9094a293dd..f252ecd344f 100644
--- a/storageapi/src/vespa/storageapi/message/visitor.h
+++ b/storageapi/src/vespa/storageapi/message/visitor.h
@@ -85,6 +85,7 @@ public:
VisitorId getVisitorId() const { return _visitorId; }
uint32_t getVisitorCmdId() const { return _visitorCmdId; }
+ document::BucketSpace getBucketSpace() const { return _bucketSpace; }
const vespalib::string & getLibraryName() const { return _libName; }
const vespalib::string & getInstanceId() const { return _instanceId; }
const vespalib::string & getControlDestination() const