#include <support/SupportDefs.h>
#include <support/IInterface.h>
#include <support/Binder.h>
#include <sys/uio.h>
Go to the source code of this file.
Classes | |
| class | BnStorage |
| class | IStorage |
| Random-access interface to a block of raw data. More... | |
| struct | read_at_transaction |
| This is the contents of a B_READ_AT_TRANSACTION parcel. More... | |
| struct | write_at_transaction |
| is immediately followed by the data to be written. More... | |
Enumerations | |
| enum | { B_WRITE_AT_TRANSACTION = 'WRAT', B_READ_AT_TRANSACTION = 'RDAT' } |
| Raw storage read and write transaction codes. More... | |