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

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

The transfer channel object. More...

#include <transfer-simple.h>


Data Fields

char * channelName
 The name of the channel, used for referring to it.
char * sourceSite
 The source site of the channel.
char * destSite
 The destination site of the channel.
char * contact
 The contact address of the responsible of the channel.
int numberOfStreams
 Number of concurrent streams allowed on the channel.
int numberOfFiles
 Number of concurrent files allowed on the channel.
int bandwidth
 Current maximum bandwidth (capacity) in Mbits/s.
int nominalThroughput
 The throughput goal for the system to achieve.
int __sizeVOShares
 Number of VO/Share pairs.
glite_transfer_VOShareElement ** VOShares
 VO/Share pairs.
glite_channel_state state
 The operational state of the channel.


Detailed Description

The transfer channel object.

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


Field Documentation

int _glite_transfer_Channel::__sizeVOShares
 

Number of VO/Share pairs.

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

int _glite_transfer_Channel::bandwidth
 

Current maximum bandwidth (capacity) in Mbits/s.

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

char* _glite_transfer_Channel::channelName
 

The name of the channel, used for referring to it.

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

char* _glite_transfer_Channel::contact
 

The contact address of the responsible of the channel.

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

char* _glite_transfer_Channel::destSite
 

The destination site of the channel.

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

int _glite_transfer_Channel::nominalThroughput
 

The throughput goal for the system to achieve.

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

int _glite_transfer_Channel::numberOfFiles
 

Number of concurrent files allowed on the channel.

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

int _glite_transfer_Channel::numberOfStreams
 

Number of concurrent streams allowed on the channel.

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

char* _glite_transfer_Channel::sourceSite
 

The source site of the channel.

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

glite_channel_state _glite_transfer_Channel::state
 

The operational state of the channel.

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

glite_transfer_VOShareElement** _glite_transfer_Channel::VOShares
 

VO/Share pairs.

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

The GLite Project. All rights reserved.