#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. |
Definition at line 407 of file transfer-simple.h.
|
Size of snapshots array.
Definition at line 411 of file transfer-simple.h. |
|
The channel name this snapshot refers to. Null means all channels. Definition at line 409 of file transfer-simple.h. |
|
The transfer snapshots, each refering to a single point in time.
Definition at line 412 of file transfer-simple.h. |
|
The VO name this snapshot refers to. Null means all VOs. Definition at line 410 of file transfer-simple.h. |