logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

globus_gass_transfer_request_proto_s - Protocol module request handling structure.

Author

       Generated automatically by Doxygen for globus_gass_transfer from the source code.

globus_gass_transfer                               Version 9.4           globus_gass_transfer_request_proto_s(3)

Detailed Description

       Protocol module request handling structure.

       This structure is created by a GASS transfer protocol module to handle a particular request. It is
       created in response to a listener'sacceptmethod or a protocolmodule'snew_requestmethod.

       Memory management of this structure is the responsibility of the protocol module. The destroy method will
       be called when the GASS Transfer library is finished dealing with it.

       A protocol module may create a extension to this structure to contain protocol-specific information, as
       long as the first fields of the structure match this type.

       Seealsoglobus_gass_transfer_proto_request_ready()

Field Documentation

globus_gass_transfer_proto_func_tglobus_gass_transfer_request_proto_s::authorize
       Authorize a request.

   globus_gass_transfer_proto_func_tglobus_gass_transfer_request_proto_s::deny
       Deny a request.

   globus_gass_transfer_proto_func_tglobus_gass_transfer_request_proto_s::destroy
       Destroy a request.

   globus_gass_transfer_proto_func_tglobus_gass_transfer_request_proto_s::fail
       Fail a request.

       This function is called when the application calls globus_gass_transfer_fail() on a request.

   globus_gass_transfer_proto_receive_tglobus_gass_transfer_request_proto_s::recv_buffer
       Receive bytes.

       Seealso
           globus_gass_transfer_proto_recv_t

   globus_gass_transfer_proto_func_tglobus_gass_transfer_request_proto_s::refer
       Refer a request.

   globus_gass_transfer_proto_send_tglobus_gass_transfer_request_proto_s::send_buffer
       Send bytes.

       Seealsoglobus_gass_transfer_proto_send_t

Name

       globus_gass_transfer_request_proto_s - Protocol module request handling structure.

Synopsis

       #include <globus_gass_transfer_proto.h>

   DataFieldsglobus_gass_transfer_proto_send_tsend_bufferglobus_gass_transfer_proto_receive_trecv_bufferglobus_gass_transfer_proto_func_tfailglobus_gass_transfer_proto_func_tdenyglobus_gass_transfer_proto_func_treferglobus_gass_transfer_proto_func_tauthorizeglobus_gass_transfer_proto_func_tdestroy

See Also