mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
Kernel: Make AsyncDeviceRequest::name() return StringView
This commit is contained in:
parent
beeed90a3f
commit
066d3281b5
4 changed files with 6 additions and 6 deletions
|
@ -527,7 +527,7 @@ public:
|
|||
|
||||
class QueueBlocker : public Blocker {
|
||||
public:
|
||||
explicit QueueBlocker(WaitQueue&, const char* block_reason = nullptr);
|
||||
explicit QueueBlocker(WaitQueue&, StringView block_reason = {});
|
||||
virtual ~QueueBlocker();
|
||||
|
||||
virtual Type blocker_type() const override { return Type::Queue; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue