From: Miloš Mulač Date: Thu, 1 Feb 2007 17:10:12 +0000 (+0000) Subject: push version DB intStatus (PBS support) X-Git-Tag: gridsite-core_R_1_4_0~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c6cc7c8c6091d8c1cd0a6885dad99c6c5b713ca0;p=jra1mw.git push version DB intStatus (PBS support) --- diff --git a/org.glite.lb.server/src/jobstat.h b/org.glite.lb.server/src/jobstat.h index 17b5fc7..464393e 100644 --- a/org.glite.lb.server/src/jobstat.h +++ b/org.glite.lb.server/src/jobstat.h @@ -11,7 +11,7 @@ * (includes edg_wll_JobStat API structure) */ -#define INTSTAT_VERSION "release-3.2_histogram" +#define INTSTAT_VERSION "release-3.2.1_pbs" // Internal error codes @@ -53,6 +53,7 @@ typedef struct _intJobStat { /* int expect_mask; */ int children_done_hist[EDG_WLL_NUMBER_OF_DONE_CODES]; + struct timeval last_pbs_event_timestamp; } intJobStat; void destroy_intJobStat(intJobStat *);