#include <transfer-simple.h>
Data Fields | |
glite_transfer_TransferJobElement ** | transferJobElements |
Array of TransferJobElements, each describing an individual file transfer within the job. | |
unsigned | __sizetransferJobElements |
Number of items in the above array. | |
glite_transfer_TransferParams * | jobParams |
A set of transfer layer specific paramaters tha tare applied to each file transfer (e.g. | |
char * | credential |
Used by the transfer system to retrieve the appropriate proxy for the transfer. |
Definition at line 197 of file transfer-simple.h.
Array of TransferJobElements, each describing an individual file transfer within the job.
Definition at line 198 of file transfer-simple.h.