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:
f86ac70
)
inicially clear values filled by statistics
author
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 29 Feb 2012 14:27:06 +0000
(14:27 +0000)
committer
Jiří Filipovič
<fila@ics.muni.cz>
Wed, 29 Feb 2012 14:27:06 +0000
(14:27 +0000)
org.glite.lb.server/src/lb_proto.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/lb_proto.c
b/org.glite.lb.server/src/lb_proto.c
index
1d22d4e
..
b72fbc6
100644
(file)
--- a/
org.glite.lb.server/src/lb_proto.c
+++ b/
org.glite.lb.server/src/lb_proto.c
@@
-1348,7
+1348,7
@@
edg_wll_ErrorCode edg_wll_Proto(edg_wll_Context ctx,
edg_wll_JobStatCode base = EDG_WLL_JOB_UNDEF;
edg_wll_JobStatCode final = EDG_WLL_JOB_UNDEF;
time_t from, to;
- int i, j, minor, res_from
, res_to
;
+ int i, j, minor, res_from
= 0, res_to = 0
;
float *rates = NULL, *durations = NULL , *dispersions = NULL;
char **groups = NULL;