summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributor_message_sender_stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/distributor_message_sender_stub.h')
-rw-r--r--storage/src/tests/distributor/distributor_message_sender_stub.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/distributor_message_sender_stub.h b/storage/src/tests/distributor/distributor_message_sender_stub.h
index 421fe2216ca..ba552217e07 100644
--- a/storage/src/tests/distributor/distributor_message_sender_stub.h
+++ b/storage/src/tests/distributor/distributor_message_sender_stub.h
@@ -106,6 +106,11 @@ public:
return *_operation_sequencer;
}
+ distributor::OperationSequencer& operation_sequencer() noexcept override {
+ assert(_operation_sequencer);
+ return *_operation_sequencer;
+ }
+
void set_operation_sequencer(distributor::OperationSequencer& op_seq) {
_operation_sequencer = &op_seq;
}