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:
5623f83
)
set children jobtype to SIMPLE
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 13 Feb 2007 16:41:21 +0000
(16:41 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 13 Feb 2007 16:41:21 +0000
(16:41 +0000)
- enables state computation in case the subjobs are only autoregistered (no JobReg event)
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
2012b32
..
f24dd2f
100644
(file)
--- a/
org.glite.lb.server/src/store.c.T
+++ b/
org.glite.lb.server/src/store.c.T
@@
-617,6
+617,7
@@
static edg_wll_ErrorCode states_values_embryonic(
edg_wlc_JobIdDup(e->jobId, &stat->pub.parent_job)) goto err;
stat->pub.state = EDG_WLL_JOB_SUBMITTED;
stat->pub.owner = strdup(e->user);
+ stat->pub.jobtype = EDG_WLL_STAT_SIMPLE;
stat->pub.stateEnterTimes[1 + EDG_WLL_JOB_SUBMITTED] = (int)e->timestamp.tv_sec;
jobid_md5 = edg_wlc_JobIdGetUnique(jobid);