struct AddressMap
Defined at line 20 of file ../../src/storage/volume_image/address_descriptor.h
Describes a mapping from an address space in a source format, into a target space.
The target space is the address space that each volume expects to see.
Public Members
uint64_t source
uint64_t target
uint64_t count
optional size
map options
Public Methods
std::string DebugString ()
Returns a human readable string.
Defined at line 118 of file ../../src/storage/volume_image/address_descriptor.cc