From c6cc7c8c6091d8c1cd0a6885dad99c6c5b713ca0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 1 Feb 2007 17:10:12 +0000 Subject: [PATCH] push version DB intStatus (PBS support) --- org.glite.lb.server/src/jobstat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 *); -- 1.8.2.3