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_t - Request handle.

Author

       Generated automatically by Doxygen for globus_gass_transfer from the source code.

globus_gass_transfer                               Version 9.4                 globus_gass_transfer_request_t(3)

Detailed Description

       Request handle.

       A request handle is associated with each file transfer operation. The same structure is used for both
       client- and server- side requests. For client operations, the initial call to globus_gass_transfer_get(),
       globus_gass_transfer_register_get(), globus_gass_transfer_get(), globus_gass_transfer_register_put(),
       globus_gass_transfer_append(), globus_gass_transfer_register_append() initializes the request. For server
       operations, the request is initialized by calling globus_gass_transfer_accept().

       The functions in the requestsection of this manual describe the functions available for accessing
       information from a request handle.

       Each request handle should be destroyed by calling globus_gass_transfer_request_destroy() once the user
       has completed processing the request.

Name

       globus_gass_transfer_request_t - Request handle.

Synopsis

       #include <globus_gass_transfer.h>

See Also