From f347ac4acf9f00cb1800bbcf579dbc66431a57e6 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 8 Jul 2020 21:54:01 +0000 Subject: Remove non-semantic changes prior to using a sequenced threadpool in mbus. --- storageapi/src/vespa/storageapi/mbusprot/storagecommand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'storageapi') diff --git a/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h b/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h index 88af61509d5..697e7d6b461 100644 --- a/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h +++ b/storageapi/src/vespa/storageapi/mbusprot/storagecommand.h @@ -21,6 +21,8 @@ public: api::StorageMessage::SP getInternalMessage() override { return _cmd; } api::StorageMessage::CSP getInternalMessage() const override { return _cmd; } + bool hasBucketSequence() const override { return true; } + uint8_t priority() const override { return ((getInternalMessage()->getPriority()) / 255) * 16; } -- cgit v1.2.3