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:
22b0fc7
)
added (previosly somehow lost) attribute VO
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 3 Sep 2006 09:41:48 +0000
(09:41 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 3 Sep 2006 09:41:48 +0000
(09:41 +0000)
org.glite.lb.utils/src/statistics.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.utils/src/statistics.c
b/org.glite.lb.utils/src/statistics.c
index
d69cf6e
..
d70f7d3
100644
(file)
--- a/
org.glite.lb.utils/src/statistics.c
+++ b/
org.glite.lb.utils/src/statistics.c
@@
-182,6
+182,12
@@
int main(int argc, char *argv[])
free_attrs(attrval);
}
+ plugin_data.ops.attr(jpctx, data_handle, GLITE_JP_LB_VO, &attrval);
+ if (attrval) {
+ fprintf(stdout,"\t<VO>%s</VO>\n", attrval->value);
+ free_attrs(attrval);
+ }
+
plugin_data.ops.attr(jpctx, data_handle, GLITE_JP_LB_aTag, &attrval);
if (attrval) {
fprintf(stdout,"\t<aTag>%s</aTag>\n", attrval->value);