Lines Matching defs:JOB_DBR

121 struct JOB_DBR {  struct
122 JobId_t JobId;
123 char Job[MAX_NAME_LENGTH]; /* Job unique name */
124 char Name[MAX_NAME_LENGTH]; /* Job base name */
125 char PriorJob[MAX_NAME_LENGTH]; /* PriorJob name if any */
126 char Comment[MAX_NAME_LENGTH]; /* Comment */
127 int JobType; /* actually char(1) */
128 int JobLevel; /* actually char(1) */
129 int JobStatus; /* actually char(1) */
130 DBId_t ClientId; /* Id of client */
131 DBId_t PoolId; /* Id of pool */
132 DBId_t FileSetId; /* Id of FileSet */
133 DBId_t PriorJobId; /* Id of migrated (prior) job */
134 time_t SchedTime; /* Time job scheduled */
135 time_t StartTime; /* Job start time */
136 time_t EndTime; /* Job termination time of orig job */
137 time_t RealEndTime; /* Job termination time of this job */
138 utime_t JobTDate; /* Backup time/date in seconds */
139 uint32_t VolSessionId;
140 uint32_t VolSessionTime;
141 uint32_t JobFiles;
142 uint32_t JobErrors;
143 uint32_t JobMissingFiles;
144 uint64_t JobBytes;
145 uint64_t ReadBytes;
146 int PurgedFiles;
147 int HasBase;
148 int Reviewed;
153 uint32_t FirstIndex; /* First index this Volume */
154 uint32_t LastIndex; /* Last index this Volume */
155 uint32_t StartFile;
156 uint32_t EndFile;
157 uint32_t StartBlock;
158 uint32_t EndBlock;
160 char cSchedTime[MAX_TIME_LENGTH];
161 char cStartTime[MAX_TIME_LENGTH];
162 char cEndTime[MAX_TIME_LENGTH];
163 char cRealEndTime[MAX_TIME_LENGTH];
165 int order; /* 0 ASC, 1 DESC */
166 int limit; /* limit records to display */
167 faddr_t rec_addr;
168 int32_t FileIndex; /* added during Verify */
170 int CorrNbJob; /* used by dbd_get_job_statistics() */
171 int CorrJobBytes; /* used by dbd_get_job_statistics() */
172 int CorrJobFiles; /* used by dbd_get_job_statistics() */