Typedefs | |
typedef globus_i_callout_handle_s * | globus_callout_handle_t |
Functions | |
globus_result_t | globus_callout_handle_init (globus_callout_handle_t *handle) |
globus_result_t | globus_callout_handle_destroy (globus_callout_handle_t handle) |
This section defines operations for initializing and destroying Globus Callout Handle structure.
typedef struct globus_i_callout_handle_s* globus_callout_handle_t |
Callout handle type definition
globus_result_t globus_callout_handle_destroy | ( | globus_callout_handle_t | handle | ) |
Destroy a Globus Callout Handle
handle | The handle that is to be destroyed |
globus_result_t globus_callout_handle_init | ( | globus_callout_handle_t * | handle | ) |
Initialize a Globus Callout Handle
handle | Pointer to the handle that is to be initialized |
GLOBUS_CALLOUT_ERROR_WITH_HASHTABLE | Hashtable initialization failed |