Structure used to request an ioDimm to update firmware. More...
#include <iodimm_types.h>
Data Fields | |
uint32_t | lib_version |
const char * | fff_file_path |
char | force |
char | pretend |
Structure used to request an ioDimm to update firmware.
const char* fff_file_path |
REQUIRED. Path to the firmware file to use during the update. The path may be relative or absolute.
char force |
OPTIONAL. Whether to force an update, even if firmware is out of date. Set this to 0 for no force, 1 for force
uint32_t lib_version |
REQUIRED. Fusion-io SDK API version (from FIO_STRUCT_INIT)
char pretend |
OPTIONAL. Whether to be in pretend mode, where the device is not actually updated. If this value is set to 1, pretend mode is assumed.