aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/buckethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/buckethandler.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/buckethandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/buckethandler.h b/searchcore/src/vespa/searchcore/proton/server/buckethandler.h
index 927744e1b8e..7f44d2ebd71 100644
--- a/searchcore/src/vespa/searchcore/proton/server/buckethandler.h
+++ b/searchcore/src/vespa/searchcore/proton/server/buckethandler.h
@@ -55,7 +55,7 @@ public:
void handleListBuckets(IBucketIdListResultHandler &resultHandler);
void handleSetCurrentState(const document::BucketId &bucketId,
storage::spi::BucketInfo::ActiveState newState,
- IGenericResultHandler &resultHandler);
+ std::shared_ptr<IGenericResultHandler> resultHandler);
void handleGetBucketInfo(const storage::spi::Bucket &bucket,
IBucketInfoResultHandler &resultHandler);
void handleListActiveBuckets(IBucketIdListResultHandler &resultHandler);