.TH "globus_gass_transfer_activation" 3 "Tue Jul 5 2022" "Version 9.4" "globus_gass_transfer" \" -*- nroff -*- .ad l .nh .SH NAME globus_gass_transfer_activation \- Activation .PP \- Activation\&. .SH SYNOPSIS .br .PP .SS "Macros" .in +1c .ti -1c .RI "#define \fBGLOBUS_GASS_TRANSFER_MODULE\fP" .br .in -1c .SH "Detailed Description" .PP 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 .PP .PP .nf globus_module_activate(GLOBUS_GASS_TRANSFER_MODULE); .fi .PP .PP This function returns GLOBUS_SUCCESS if the GASS library was successfully initialized\&. This may be called multiple times\&. .PP To deactivate the GASS transfer library, the following must be called .PP .PP .nf globus_module_deactivate(GLOBUS_GASS_TRANSFER_MODULE); .fi .PP .SH "Macro Definition Documentation" .PP .SS "#define GLOBUS_GASS_TRANSFER_MODULE" Module descriptor .SH "Author" .PP Generated automatically by Doxygen for globus_gass_transfer from the source code\&.