EGEE

_glite_transfer_JobStatus Struct Reference
[Transfer data structures, and data types]

Object to describe a job. More...

#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.


Detailed Description

Object to describe a job.

Definition at line 162 of file transfer-simple.h.


Field Documentation

char* _glite_transfer_JobStatus::jobId

The ID of the job, used for referring to this job.

Definition at line 163 of file transfer-simple.h.

The GLite Project. All rights reserved.