globus_i_gass_copy_target_t Struct Reference

GASS copy target (e.g. More...

Data Fields


Detailed Description

GASS copy target (e.g.

source, destination) transfer information.


Field Documentation

char* globus_i_gass_copy_target_t::url

url for file transfer

globus_gass_copy_attr_t* globus_i_gass_copy_target_t::attr

attributes to control file transfer

globus_mutex_t globus_i_gass_copy_target_t::mutex

coordinates the modifying of the target structure

globus_fifo_t globus_i_gass_copy_target_t::queue

a queue to manage the reading/writing of data buffers

int globus_i_gass_copy_target_t::n_pending

Used for keeping track of reads/writes in the read/write queue.

int globus_i_gass_copy_target_t::n_simultaneous

Used to limit the number of n_pending.

int globus_i_gass_copy_target_t::n_complete

Used to compute the offset for ftp writes.

globus_i_gass_copy_target_status_t globus_i_gass_copy_target_t::status

signifies the target has been successfully setup

globus_gass_copy_url_mode_t globus_i_gass_copy_target_t::mode

mode used to identify the below target union struct.

struct { ... } globus_i_gass_copy_target_t::ftp

ftp specific data

globus_gass_transfer_request_t globus_i_gass_copy_target_t::request

GASS equivelent of a handle.

struct { ... } globus_i_gass_copy_target_t::gass

GASS specific data.

globus_bool_t globus_i_gass_copy_target_t::free_handle

If the IO handle was passed as an argument then FALSE If the IO handle was created internally then TRUE.

globus_bool_t globus_i_gass_copy_target_t::seekable

Can globus_io_file_seek() be performed on this handle?

struct { ... } globus_i_gass_copy_target_t::io

IO specific data.

union { ... } globus_i_gass_copy_target_t::data

data required to perform each type of transfer


about globus | globus toolkit | dev.globus

Comments? webmaster@globus.org