globus_gass_copy_state_s(3)
NAME
globus_gass_copy_state_s
The state structure contains all that is required to perform a file
transfer from a source to a destination.
SYNOPSIS
Data Fields
globus_i_gass_copy_target_t source
globus_i_gass_copy_target_t dest
globus_i_gass_copy_monitor_t monitor
globus_mutex_t mutex
globus_i_gass_copy_cancel_status_t cancel
Detailed Description
The state structure contains all that is required to perform a file
transfer from a source to a destination.
Field Documentation
- globus_i_gass_copy_target_t globus_gass_copy_state_s::source
- Source information for the file transfer.
- globus_i_gass_copy_target_t globus_gass_copy_state_s::dest
- Dest information for the file transfer.
- globus_i_gass_copy_monitor_t globus_gass_copy_state_s::monitor
- Used for signalling from the various callback functions.
- globus_mutex_t globus_gass_copy_state_s::mutex
- coordinates the modifying of the state, aside from the target
structures - globus_i_gass_copy_cancel_status_t globus_gass_copy_state_s::cancel
- indicates the status of the cancel operation.
Author
- Generated automatically by Doxygen for globus gass copy from the source
code.