Ubuntu Manpages

iscsi_context_userdata_get

Get user data pointer.

void * iscsi_context_userdata_get (struct iscsi_context *ctx);

Pointer of 'struct iscsi_context'. If this pointer is NULL, your program will be terminated by assert.

Retrieve user data pointer from 'struct iscsi_context'.

void *. Pointer of user defined data.