This reverts commit c34c9826c3,
which was causing test failures.
This commit is contained in:
@@ -112,7 +112,7 @@ bool InterceptQueue::IsPendingRetryPoint(uint64_t wrapped_current_read_index) co
|
||||
}
|
||||
|
||||
InterceptQueue::InterceptQueue(std::unique_ptr<Queue> queue)
|
||||
: QueueWrapper(std::move(queue)),
|
||||
: QueueProxy(std::move(queue)),
|
||||
LocalSignal(0, false),
|
||||
DoorbellSignal(signal()),
|
||||
next_packet_(0),
|
||||
|
||||
Reference in New Issue
Block a user