nvmf_connect_ctrl
Connect a controller
- Provided by: libnvme-dev (Version: 1.15-2)
- Source: libnvme
- Report a bug
Connect a controller
int nvmf_connect_ctrl (nvme_ctrl_t c );
Issues a 'connect' command to the NVMe-oF controller. c must be initialized and not connected to the topology.
0 on success; on failure errno is set and -1 is returned.