#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. | |
| char * | tcpBufferSize |
| char * | lastModifierDn |
| TCP buffer size. | |
| char * | message |
| Last person to change channel. | |
| time_t | lastModificationTime |
| Why the channel was changed. | |
| int | numberOfStreams |
| time_t of when channel was last modified. 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. | |
| int | __sizeVOLimits |
| Number of VO/Limit pairs. | |
| glite_transfer_VOLimitElement ** | VOLimits |
| VO/Limit pairs. | |
| glite_channel_state | state |
| The operational state of the channel. | |
| int | urlCopyFirstTxmarkTo |
| int | targetDirCheck |
| <Number of seconds to mark activity on URL Copy | |
Definition at line 329 of file transfer-simple.h.
The name of the channel, used for referring to it.
Definition at line 330 of file transfer-simple.h.