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_activation - Activation

Author

       Generated automatically by Doxygen for globus_gass_transfer from the source code.

globus_gass_transfer                               Version 9.4                globus_gass_transfer_activation(3)

Detailed Description

       Activation.

       The Globus GASS Transfer library uses the standard module activation and deactivation API to initialize
       its state. Before any GASS functions are called, the module must be activated

       globus_module_activate(GLOBUS_GASS_TRANSFER_MODULE);

       This function returns GLOBUS_SUCCESS if the GASS library was successfully initialized. This may be called
       multiple times.

       To deactivate the GASS transfer library, the following must be called

       globus_module_deactivate(GLOBUS_GASS_TRANSFER_MODULE);

Macro Definition Documentation

#defineGLOBUS_GASS_TRANSFER_MODULE
       Module descriptor

Name

       globus_gass_transfer_activation - Activation

        - Activation.

Synopsis

Macros
       #define GLOBUS_GASS_TRANSFER_MODULE

See Also