globus_callout_call(3) | globus_callout | globus_callout_call(3) |
globus_callout_call - Callout Invocation
- Invoke callouts.
typedef globus_result_t(* globus_callout_function_t)
(va_list ap)
globus_result_t globus_callout_call_type
(globus_callout_handle_t handle, char *type,...)
Invoke callouts.
This section defines a operation for invoking callouts by their abstract type.
Callout function type definition
Call a callout of specified abstract type
This function looks up the callouts corresponding to the given type and invokes them with the passed arguments. If a invoked callout returns an error it will be chained to a error of the type GLOBUS_CALLOUT_ERROR_CALLOUT_ERROR and no more callouts will be called.
Parameters
Returns
Return values
Generated automatically by Doxygen for globus_callout from the source code.
Tue Jul 5 2022 | Version 4.3 |