nvmf_add_ctrl
Connect a controller and update topology
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Connect a controller and update topology
int nvmf_add_ctrl (nvme_host_t h , nvme_ctrl_t c , const struct nvme_fabrics_config *cfg );
Issues a 'connect' command to the NVMe-oF controller and inserts c into the topology using h as parent. c must be initialized and not connected to the topology.
0 on success; on failure errno is set and -1 is returned.