nvmf_get_discovery_log
Return the discovery log page
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Return the discovery log page
int nvmf_get_discovery_log (nvme_ctrl_t c , struct nvmf_discovery_log **logp , int max_retries );
The memory allocated for the log page and returned in logp must be freed by the caller using free.
Consider using nvmf_get_discovery_wargs instead.
0 on success; on failure -1 is returned and errno is set