globus_callout(3) Library Functions Manual globus_callout(3)

globus_callout - Globus Callout API


- Globus Callout API.


Activation
Callback API Activation. Callout Handle Operations
Manage a Globus Callout Handle structure. Callout Configuration
Register callouts. Callout Invocation
Invoke callouts. Callout Constants
Constants.

Globus Callout API.

This API is intended to ease integration of configurable callouts into the Grid Community Toolkit and to provide a platform independent way of dealing with runtime loadable functions. It (hopefully) achieves this goal by providing the following functionality:

It provides a function for reading callout configuration files. Files are assumed to have the following format:
Anything after a # is assumed to be a comment
Blanks lines are ignored
Lines specifying callouts have the format

       abstract type           library         symbol
where abstract type denotes the type of callout, e.g. globus_gram_jobmanager_authz, library denotes the library the callout can be found in and symbol denotes the function name of the callout.

Any program that uses Globus Callout functions must include the globus_callout.h header

Function Categories

Generated automatically by Doxygen for globus_callout from the source code.

Version 4.3 globus_callout