#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. |
Definition at line 247 of file transfer-simple.h.
|
Number of VO/Share pairs.
Definition at line 257 of file transfer-simple.h. |
|
Current maximum bandwidth (capacity) in Mbits/s.
Definition at line 255 of file transfer-simple.h. |
|
The name of the channel, used for referring to it.
Definition at line 249 of file transfer-simple.h. |
|
The contact address of the responsible of the channel.
Definition at line 252 of file transfer-simple.h. |
|
The destination site of the channel.
Definition at line 251 of file transfer-simple.h. |
|
The throughput goal for the system to achieve.
Definition at line 256 of file transfer-simple.h. |
|
Number of concurrent files allowed on the channel.
Definition at line 254 of file transfer-simple.h. |
|
Number of concurrent streams allowed on the channel.
Definition at line 253 of file transfer-simple.h. |
|
The source site of the channel.
Definition at line 250 of file transfer-simple.h. |
|
The operational state of the channel.
Definition at line 259 of file transfer-simple.h. |
|
VO/Share pairs.
Definition at line 258 of file transfer-simple.h. |