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:
ccbe267
)
better test
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 18 Mar 2010 12:03:24 +0000
(12:03 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 18 Mar 2010 12:03:24 +0000
(12:03 +0000)
org.glite.lb.server/src/ws_lb4agu.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/ws_lb4agu.c
b/org.glite.lb.server/src/ws_lb4agu.c
index
b492fec
..
22ac007
100644
(file)
--- a/
org.glite.lb.server/src/ws_lb4agu.c
+++ b/
org.glite.lb.server/src/ws_lb4agu.c
@@
-275,7
+275,7
@@
static int edg_wll_JobStatusToGlueComputingActivity(
// UsedTotalCPUTime (optional, xsd:unsignedLong) = cpuTime?
// TODO: put resource usage once available
- if (
(src->cpuTime) && (src->cpuTime != -1)
) {
+ if (
src->cpuTime != -1
) {
js->UsedTotalCPUTime = soap_malloc(soap,sizeof *js->UsedTotalCPUTime);
*js->UsedTotalCPUTime = src->cpuTime;
}