Sponsor:

Your company here, and a link to your site. Click to find out more.

iscsi_context_userdata_set - Man Page

Set user data pointer.

Synopsis

void iscsi_context_userdata_set (struct iscsi_context *ctx, void *userdata);

Arguments

ctx

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

userdata

Pointer of user defined data.

Description

Store user data pointer into 'struct iscsi_context'.

Return

void

Info

January 2024 API Manual