.TH "Activation" 3 "Sat Nov 8 2014" "Version 8.8" "globus_gass_transfer" \" -*- nroff -*- .ad l .nh .SH NAME Activation \- .SS "Macros" .in +1c .ti -1c .RI "#define \fBGLOBUS_GASS_TRANSFER_MODULE\fP" .br .in -1c .SH "Detailed Description" .PP 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\&.