10namespace Block_device {
40inline Pending_request::~Pending_request() =
default;
Interface for pending requests.
virtual void fail_request()=0
Callback used when a request is dropped from the queue.
virtual int handle_request()=0
Callback used when the request is ready for processing.