plucky (3) iscsi_sessions_free.3.gz

Provided by: libopeniscsiusr-dev_2.1.10-3ubuntu2_all bug

NAME

       iscsi_sessions_free - Free the memory of 'struct iscsi_session' pointer array

SYNOPSIS

       void iscsi_sessions_free (struct iscsi_session **ses, uint32_t session_count);

ARGUMENTS

       ses         Pointer of 'struct iscsi_session' pointer array.

       session_count
                   uint32_t, the size of 'struct iscsi_session' pointer array.

DESCRIPTION

       Free  the  memory  of  'iscsi_session'  pointer  array  generated by If provided 'ses' pointer is NULL or
       'session_count' is 0, do nothing.

RETURN

       void