Structure used to request an ioDimm to update firmware. More...
#include <iodimm_types.h>
Data Fields | |
uint32_t | lib_version |
fio_iodimm_selector_t | device |
const char * | fff_file_path |
char | force |
fio_progress_callback_t * | callback |
char | pretend |
Structure used to request an ioDimm to update firmware.
Callback reference. Set this to NULL if no callback is desired.
ioDimm selector pointing to the device to attempt to update
const char* fff_file_path |
Path to the firmware file to use during the update. The path may be relative or absolute.
char force |
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 |
Fusion-io SDK API version (from FIO_STRUCT_INIT)
char pretend |
Whether to be in pretend mode, where the device is not actually updated. If this value is set to 1, pretend mode is assumed.