pis->pub.children_hist[class_to_statCode(subjob_class)+1]++;
pis->pub.children_hist[class_to_statCode(subjob_class_old)+1]--;
- /* XXX: not needed if DONE_OK and DONE_FAILED mapped on different field in histogram
- * if furure proves it, children_done_hist field of intStat may be removed
- if (cis->pub.state == EDG_WLL_JOB_DONE)
- pis->children_done_hist[cis->pub.done_code]++;
- if (coll_stat_old->state == EDG_WLL_JOB_DONE)
- pis->children_done_hist[coll_stat_old->done_code]--;
- */
-
edg_wll_StoreSubjobHistogram(ctx, cis->pub.parent_job, pis);
* (includes edg_wll_JobStat API structure)
*/
-#define INTSTAT_VERSION "release-3.3.1_pbs_condor"
+#define INTSTAT_VERSION "release-3.3.2_pbs_condor"
// Internal error codes
char *deep_resubmit_seqcode;
branch_state *branch_states; // branch zero terminated array
-/* int expect_mask; */
- int children_done_hist[EDG_WLL_NUMBER_OF_DONE_CODES];
struct timeval last_pbs_event_timestamp;
int pbs_reruning; // true if rerun event arrived
} intJobStat;