| Grid Community Toolkit
    6.2.1541705016
    | 
GridFTP Performance Marker Plugin Implementation. More...
Go to the source code of this file.
| Macros | |
| #define | GLOBUS_FTP_CLIENT_PERF_PLUGIN_MODULE (&globus_i_ftp_client_perf_plugin_module) | 
| Typedefs | |
| typedef void(* | globus_ftp_client_perf_plugin_begin_cb_t) (void *user_specific, globus_ftp_client_handle_t *handle, const char *source_url, const char *dest_url, globus_bool_t restart) | 
| typedef void(* | globus_ftp_client_perf_plugin_marker_cb_t) (void *user_specific, globus_ftp_client_handle_t *handle, long time_stamp_int, char time_stamp_tength, int stripe_ndx, int num_stripes, globus_off_t nbytes) | 
| typedef void(* | globus_ftp_client_perf_plugin_complete_cb_t) (void *user_specific, globus_ftp_client_handle_t *handle, globus_bool_t success) | 
| typedef void *(* | globus_ftp_client_perf_plugin_user_copy_cb_t) (void *user_specific) | 
| typedef void(* | globus_ftp_client_perf_plugin_user_destroy_cb_t) (void *user_specific) | 
| Functions | |
| globus_result_t | globus_ftp_client_perf_plugin_init (globus_ftp_client_plugin_t *plugin, globus_ftp_client_perf_plugin_begin_cb_t begin_cb, globus_ftp_client_perf_plugin_marker_cb_t marker_cb, globus_ftp_client_perf_plugin_complete_cb_t complete_cb, void *user_specific) | 
| globus_result_t | globus_ftp_client_perf_plugin_set_copy_destroy (globus_ftp_client_plugin_t *plugin, globus_ftp_client_perf_plugin_user_copy_cb_t copy_cb, globus_ftp_client_perf_plugin_user_destroy_cb_t destroy_cb) | 
| globus_result_t | globus_ftp_client_perf_plugin_destroy (globus_ftp_client_plugin_t *plugin) | 
| globus_result_t | globus_ftp_client_perf_plugin_get_user_specific (globus_ftp_client_plugin_t *plugin, void **user_specific) | 
GridFTP Performance Marker Plugin Implementation.
 1.8.14
 1.8.14