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

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

The transfer summary object. More...

#include <transfer-simple.h>


Data Fields

char * channelName
 The channel name this snapshot refers to.

char * voName
 The VO name this snapshot refers to.

int __sizesnapshots
 Size of snapshots array.

glite_transfer_TransferSnapshot ** snapshots
 The transfer snapshots, each refering to a single point in time.


Detailed Description

The transfer summary object.

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


Field Documentation

int _glite_transfer_TransferSummary::__sizesnapshots
 

Size of snapshots array.

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

char* _glite_transfer_TransferSummary::channelName
 

The channel name this snapshot refers to.

Null means all channels.

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

glite_transfer_TransferSnapshot** _glite_transfer_TransferSummary::snapshots
 

The transfer snapshots, each refering to a single point in time.

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

char* _glite_transfer_TransferSummary::voName
 

The VO name this snapshot refers to.

Null means all VOs.

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

The GLite Project. All rights reserved.