L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
Block_device::Pending_request::Owner Struct Reference

Base class for object that can be owner of a pending request. More...

#include <request_queue.h>

Inherited by Block_device::Virtio_client< DEV >.

+ Collaboration diagram for Block_device::Pending_request::Owner:

Detailed Description

Base class for object that can be owner of a pending request.

The queue does not use the type itself or keep track of the owner. The implementation needs to provide a function to check a given object for ownership of the request.

Definition at line 29 of file request_queue.h.


The documentation for this struct was generated from the following file: