pub unsafe extern "C" fn nvme_update_config(r: nvme_root_t) -> c_intExpand description
nvme_update_config() - Update JSON configuration @r: nvme_root_t object
Updates the JSON configuration file with the contents of @r.
Return: 0 on success, -1 on failure.