iscsi_context_userdata_get - Get user data pointer.
Contents
Arguments
ctx Pointer of 'struct iscsi_context'. If this pointer is NULL, your program will be terminated
by assert.
Description
Retrieve user data pointer from 'struct iscsi_context'.
Name
iscsi_context_userdata_get - Get user data pointer.
Return
void *. Pointer of user defined data.
July 2025 iscsi_context_userdata_get iscsi_context_userdata_get(3)
Synopsis
void*iscsi_context_userdata_get(structiscsi_context*ctx);
