iscsi_sessions_free - Free the memory of 'struct iscsi_session' pointer array
Contents
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.
Name
iscsi_sessions_free - Free the memory of 'struct iscsi_session' pointer array
Return
void
July 2025 iscsi_sessions_free iscsi_sessions_free(3)
Synopsis
voidiscsi_sessions_free(structiscsi_session**ses,uint32_tsession_count);
