nvme_read_config - Man Page
Read NVMe JSON configuration file
Synopsis
int nvme_read_config (nvme_root_t r , const char *config_file );
Arguments
- r
nvme_root_t object
- config_file
JSON configuration file
Description
Read in the contents of config_file and merge them with the elements in r.
Return
0 on success, -1 on failure with errno set.
Info
August 2024 libnvme API manual