globus_gass_transfer_proto_new_listener_request (3) Linux Manual Page
Protocol Modules – Protocol Implementation API. Data Structuresstruct globus_gass_transfer_request_proto_s Protocol module request handling structure. struct globus_gass_transfer_listener_proto_s Protocol module listener handling structure. struct globus_gass_transfer_proto_descriptor_t Protocol module descriptor structure. Typedefstypedef struct globus_gass_transfer_request_proto_s globus_gass_transfer_request_proto_t" typedef struct globus_gass_transfer_listener_proto_s globus_gass_transfer_listener_proto_t" typedef void(* globus_gass_transfer_proto_send_t )(globus_gass_transfer_request_proto_t *proto, globus_gass_transfer_request_t request, globus_byte_t *bytes, globus_size_t send_length, globus_bool_t last_data) typedef void(* globus_gass_transfer_proto_receive_t )(globus_gass_transfer_request_proto_t *proto, globus_gass_transfer_request_t request,…
