iscsi_context_free - Man Page

Release the memory of struct iscsi_context.

Synopsis

void iscsi_context_free (struct iscsi_context *ctx);

Arguments

ctx

Pointer of 'struct iscsi_context'.

Description

Release the memory of struct iscsi_context, but the userdata memory defined via iscsi_context_userdata_set will not be touched.

Return

void

Info

July 2024 API Manual