#include <transfer-simple.h>
Data Fields | |
| char * | jobId |
| The ID of the job, used for referring to this job. | |
| glite_transfer_state | jobStatus |
| The status of the job. | |
| char * | channelName |
| The name of the channel the job is assigned to. | |
| char * | clientDN |
| The DN of the client that started the job. | |
| char * | reason |
| Some explanation. | |
| char * | voName |
| Name of the VO. | |
| timespec | submitTime |
| The time of the job submission. | |
| int | numFiles |
| Number of files in the job. | |
| int | priority |
| Priority of the job. | |
Definition at line 162 of file transfer-simple.h.
The ID of the job, used for referring to this job.
Definition at line 163 of file transfer-simple.h.