iscsi_context_userdata_get - Man Page
Get user data pointer.
Synopsis
void * iscsi_context_userdata_get (struct iscsi_context *ctx);
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'.
Return
void *. Pointer of user defined data.
Info
July 2024 API Manual