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:
d517d63
)
Fix typo in structure reference.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 30 Aug 2007 07:48:37 +0000
(07:48 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 30 Aug 2007 07:48:37 +0000
(07:48 +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
2a2dabc
..
2951b23
100644
(file)
--- a/
org.glite.lb.server/src/store.c.T
+++ b/
org.glite.lb.server/src/store.c.T
@@
-695,7
+695,7
@@
static edg_wll_ErrorCode states_values_embryonic(
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;
- stat->lastUpdateTime = e->timestamp;
+ stat->
pub.
lastUpdateTime = e->timestamp;
jobid_md5 = edg_wlc_JobIdGetUnique(jobid);
parent_md5 = edg_wlc_JobIdGetUnique(e->jobId);