Man Linux: Main Page and Category List

NAME

       Activation -

       Globus GSI GSSAPI uses standard Globus module activation and
       deactivation.

   Defines
       #define GLOBUS_GSI_GSSAPI_MODULE

Detailed Description

       Globus GSI GSSAPI uses standard Globus module activation and
       deactivation.

       Before any Globus GSI GSSAPI functions are called, the following
       function should be called:

             globus_module_activate(GLOBUS_GSI_GSSAPI_MODULE)

       This function returns GLOBUS_SUCCESS if Globus GSI GSSAPI was
       successfully initialized, and you are therefore allowed to subsequently
       call Globus GSI GSSAPI functions. Otherwise, an error code is returned,
       and Globus GSI GSSAPI functions should not subsequently be called. This
       function may be called multiple times.

       To deactivate Globus GSI GSSAPI, the following function should be
       called:

           globus_module_deactivate(GLOBUS_GSI_GSSAPI_MODULE)

       This function should be called once for each time Globus GSI GSSAPI was
       activated.

       Note that it is not mandatory to call the above functions.

Define Documentation

   #define GLOBUS_GSI_GSSAPI_MODULE
       Module descriptor.

Author

       Generated automatically by Doxygen for globus gssapi gsi from the
       source code.