MPISqNodeDriveMonitor
Definition
typedef struct MPISqNodeDriveMonitor {
    MPISqNodeDriveMonitorDataType    type;
    MPISqNodeDriveMonitorData        data;
} MPISqNodeDriveMonitor;
Description
MPISqNodeDriveMonitor specifies the data to be placed in the monitor field by the drive.
| type | The drive data is selected by its type. See MPISqNodeDriveMonitorDataType. | 
|---|---|
| data | The location of the drive data. See MPISqNodeDriveMonitorData. | 
See Also
MPISqNodeMonitorValue | mpiSqNodeDriveMonitorConfigGet | mpiSqNodeDriveMonitorConfigSet
