Request which serves an I/O by calling the synchronous routine of the file. More...
#include <serving_request.h>
Public Member Functions | |
serving_request (const completion_handler &on_cmpl, file *f, void *buf, offset_type off, size_type b, request_type t) | |
const char * | io_type () const |
Identifies the type of I/O implementation. | |
Protected Member Functions | |
void | serve () |
void | completed () |
Request which serves an I/O by calling the synchronous routine of the file.
const char * serving_request::io_type | ( | ) | const [virtual] |
Identifies the type of I/O implementation.
Implements request_interface.
References file::io_type().