Sponsor:

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

iscsi_ifaces_free - Man Page

Free the memory of 'struct iscsi_iface' pointer array

Synopsis

void iscsi_ifaces_free (struct iscsi_iface **ifaces, uint32_t iface_count);

Arguments

ifaces

Pointer of 'struct iscsi_iface' pointer array.

iface_count

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

Description

Free the memory of 'iscsi_iface' pointer array generated by If provided 'ifaces' pointer is NULL or 'iface_count' is 0, do nothing.

Return

void

Info

January 2024 API Manual