iscsi_iface_free - Free the memory of 'struct iscsi_iface' pointer.

NAME  SYNOPSIS  ARGUMENTS  DESCRIPTION  RETURN 

NAME

iscsi_iface_free − Free the memory of ’struct iscsi_iface’ pointer.

SYNOPSIS

void iscsi_iface_free (struct iscsi_iface *iface);

ARGUMENTS

iface

Pointer of ’struct iscsi_iface’ pointer.

DESCRIPTION

Free the memory of ’iscsi_iface’ pointer generated by ’iscsi_iface_get’. If provided ’iface’ pointer is NULL, do nothing.

RETURN

void


Updated 2024-01-29 - jenkler.se | uex.se