.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "ZFCP_FSF_SEND_CT_HANDLER" "9" "09 October 2005" "" ""
.SH NAME
zfcp_fsf_send_ct_handler \- handler for Generic Service requests
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int zfcp_fsf_send_ct_handler (struct zfcp_fsf_req * \fIfsf_req\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIfsf_req\fB\fR
pointer to struct zfcp_fsf_req
.SH "DESCRIPTION"
.PP
Data specific for the Generic Service request is passed by
fsf_req->data.send_ct
Usually a specific handler for the request is called via
fsf_req->data.send_ct->handler at end of this function.