push version DB intStatus (PBS support)
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 1 Feb 2007 17:10:12 +0000 (17:10 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 1 Feb 2007 17:10:12 +0000 (17:10 +0000)
org.glite.lb.server/src/jobstat.h

index 17b5fc7..464393e 100644 (file)
@@ -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 *);