git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c586d07
)
push version DB intStatus (PBS support)
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 1 Feb 2007 17:10:12 +0000
(17:10 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 1 Feb 2007 17:10:12 +0000
(17:10 +0000)
org.glite.lb.server/src/jobstat.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/jobstat.h
b/org.glite.lb.server/src/jobstat.h
index
17b5fc7
..
464393e
100644
(file)
--- 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 *);