Represents a Fusion-io drive as a logical drive. A drive may be associated with multiple volumes. More...
#include <volume_mgmt_types.h>
Data Fields | |
uint32_t | lib_version |
uint32_t | volume_count |
fio_volume_t ** | volumes |
void * | resource |
Represents a Fusion-io drive as a logical drive. A drive may be associated with multiple volumes.
uint32_t lib_version |
Fusion SDK API version (populated by FIO_STRUCT_INIT)
void* resource |
Opaque OS-specific resource. Internal use only.
uint32_t volume_count |
Number of volumes this drive is associated with.
Array of volumes (fio_volume_t).