From 17d6a993fc17d533460c5f40f3908c708e057c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 23 May 2024 18:45:17 +0200 Subject: Merging upstream version 18.2.3. Signed-off-by: Daniel Baumann --- src/common/PrioritizedQueue.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/common/PrioritizedQueue.h') diff --git a/src/common/PrioritizedQueue.h b/src/common/PrioritizedQueue.h index 9adf21aaf..0c006795e 100644 --- a/src/common/PrioritizedQueue.h +++ b/src/common/PrioritizedQueue.h @@ -345,7 +345,11 @@ public: } void print(std::ostream &ostream) const final { - ostream << "PrioritizedQueue"; + ostream << get_op_queue_type_name(get_type()); + } + + op_queue_type_t get_type() const final { + return op_queue_type_t::PrioritizedQueue; } }; -- cgit v1.2.3