Skip to main content

nvme_update_config

Function nvme_update_config 

Source
pub unsafe extern "C" fn nvme_update_config(r: nvme_root_t) -> c_int
Expand 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.