Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

iscsi_context_userdata_set - Set user data pointer.

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'.

Name

iscsi_context_userdata_set - Set user data pointer.

Return

void July 2025 iscsi_context_userdata_set iscsi_context_userdata_set(3)

Synopsis

voidiscsi_context_userdata_set(structiscsi_context*ctx,void*userdata);

See Also