|
Nugget
|
An asynchronous read request. More...
#include <psyqo/iso9660-parser.hh>

Public Attributes | |
| struct DirEntry | entry |
| void * | buffer = nullptr |
An asynchronous read request.
This struct serves as a persistent storage for an asynchronous read request. Its purpose is to be embedded outside of the parser, so it can keep track of the current state of the request. IMPORTANT: The buffer pointer needs to hold at least enough sectors to hold the file. Even if the file size isn't a multiple of 2048, the buffer needs to be a multiple of
| void* psyqo::ISO9660Parser::ReadRequest::buffer = nullptr |