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:
4e65750
)
Initialize stateEnterTime value for subjobs to the same value as the lastUpdateTime...
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 30 Aug 2010 11:37:55 +0000
(11:37 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 30 Aug 2010 11:37:55 +0000
(11:37 +0000)
org.glite.lb.server/src/store.c.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/store.c.T
b/org.glite.lb.server/src/store.c.T
index
9213926
..
cfbc7a5
100644
(file)
--- a/
org.glite.lb.server/src/store.c.T
+++ b/
org.glite.lb.server/src/store.c.T
@@
-664,6
+664,7
@@
edg_wll_ErrorCode intJobStat_embryonic(
stat->pub.jobtype = EDG_WLL_STAT_SIMPLE;
stat->pub.stateEnterTimes[1 + EDG_WLL_JOB_SUBMITTED] = (int)e->timestamp.tv_sec;
stat->pub.lastUpdateTime = e->timestamp;
+ stat->pub.stateEnterTime = e->timestamp;
err:
return edg_wll_Error(ctx,NULL,NULL);