#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 150 of file transfer-simple.h.
|
The name of the channel the job is assigned to.
Definition at line 154 of file transfer-simple.h. |
|
The DN of the client that started the job.
Definition at line 155 of file transfer-simple.h. |
|
The ID of the job, used for referring to this job.
Definition at line 152 of file transfer-simple.h. |
|
The status of the job.
Definition at line 153 of file transfer-simple.h. |
|
Number of files in the job.
Definition at line 159 of file transfer-simple.h. |
|
Priority of the job.
Definition at line 160 of file transfer-simple.h. |
|
Some explanation.
Definition at line 156 of file transfer-simple.h. |
|
The time of the job submission.
Definition at line 158 of file transfer-simple.h. |
|
Name of the VO.
Definition at line 157 of file transfer-simple.h. |