EGEE
Main Page | Modules | Data Structures | File List | Data Fields | Globals

_glite_transfer_FileTransferStatus Struct Reference
[Transfer data structures, and data types]

Object to describe the status of a file transfer. More...

#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.


Detailed Description

Object to describe the status of a file transfer.

Definition at line 141 of file transfer-simple.h.


Field Documentation

char* _glite_transfer_FileTransferStatus::destSURL
 

The destination of the transfer.

Definition at line 145 of file transfer-simple.h.

int _glite_transfer_FileTransferStatus::duration
 

Duration of the transfer.

Definition at line 150 of file transfer-simple.h.

char* _glite_transfer_FileTransferStatus::logicalName
 

The LFN of the file.

Definition at line 143 of file transfer-simple.h.

int _glite_transfer_FileTransferStatus::numFailures
 

0 for a single successful transfer.

Definition at line 147 of file transfer-simple.h.

char* _glite_transfer_FileTransferStatus::reason
 

Some explanation of the current state.

Definition at line 148 of file transfer-simple.h.

char* _glite_transfer_FileTransferStatus::reason_class
 

Type of the above explanation.

Definition at line 149 of file transfer-simple.h.

char* _glite_transfer_FileTransferStatus::sourceSURL
 

The source of the transfer.

Definition at line 144 of file transfer-simple.h.

glite_transfer_state _glite_transfer_FileTransferStatus::transferFileState
 

The current state of the transfer.

Definition at line 146 of file transfer-simple.h.

The GLite Project. All rights reserved.