#include <transfer-simple.h>
Data Fields | |
char * | logicalName |
The LFN of the file. | |
char * | sourceSURL |
The source of the transfer. | |
char * | destSURL |
The destination of the transfer. | |
glite_transfer_state | transferFileState |
The current state of the transfer. | |
int | numFailures |
0 for a single successful transfer. | |
char * | reason |
Some explanation of the current state. | |
char * | reason_class |
Type of the above explanation. | |
int | duration |
Duration of the transfer. |
Definition at line 148 of file transfer-simple.h.
|
The destination of the transfer.
Definition at line 151 of file transfer-simple.h. |
|
Duration of the transfer.
Definition at line 156 of file transfer-simple.h. |
|
The LFN of the file.
Definition at line 149 of file transfer-simple.h. |
|
0 for a single successful transfer.
Definition at line 153 of file transfer-simple.h. |
|
Some explanation of the current state.
Definition at line 154 of file transfer-simple.h. |
|
Type of the above explanation.
Definition at line 155 of file transfer-simple.h. |
|
The source of the transfer.
Definition at line 150 of file transfer-simple.h. |
|
The current state of the transfer.
Definition at line 152 of file transfer-simple.h. |