table of contents
iscsi_context_userdata_get(3) | API Manual | iscsi_context_userdata_get(3) |
NAME¶
iscsi_context_userdata_get - 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.
iscsi_context_userdata_get | January 2025 |