iscsi_node_conn_address_get
Retrieve connection address of specified iSCSI node.
- Provided by: libopeniscsiusr-dev (Version: 2.1.9-3ubuntu5.4)
- Source: open-iscsi
- Report a bug
Retrieve connection address of specified iSCSI node.
const char * iscsi_node_conn_address_get (struct iscsi_node *node);
Retrieve the iscsi connection target address of specified iSCSI node.
"192.168.1.1"
const char *. No need to free this memory, the resources will get freed by iscsi_node_free or iscsi_nodes_free.