iscsi_context_userdata_get(3)
Get user data pointer.
Description
iscsi_context_userdata_get
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.