This module uses standard Globus module activation and deactivation.
Before any functions in this module can be called, the GLOBUS_WSRF_CORE_TOOLS_MODULE module descriptor must be activated.
globus_module_activate(GLOBUS_WSRF_CORE_TOOLS_MODULE);
This function returns GLOBUS_SUCCESS if the module was successfully initialized, and you are therefore allowed to call functions implemented in it. Otherwise, an error code is returned, and functions from this module should not be subsequently called. This function may be called multiple times.
To deactivate this module, the following must be called:
globus_module_deactivate(GLOBUS_WSRF_CORE_TOOLS_MODULE);
This function should be called once for each time the module was activated.
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org