Sponsor:

Your company here, and a link to your site. Click to find out more.

iscsi_nodes_free - Man Page

Free the memory of 'struct iscsi_node' pointer array

Synopsis

void iscsi_nodes_free (struct iscsi_node **nodes, uint32_t node_count);

Arguments

nodes

Pointer of 'struct iscsi_node' pointer array.

node_count

uint32_t, the size of 'struct iscsi_node' pointer array.

Description

Free the memory of 'iscsi_node' pointer array generated by If provided 'nodes' pointer is NULL or 'node_count' is 0, do nothing.

Return

void

Info

January 2024 API Manual