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:
7790e93
)
Fix lousy copying. Sorry.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 24 Aug 2012 09:03:51 +0000
(09:03 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 24 Aug 2012 09:03:51 +0000
(09:03 +0000)
org.glite.lb.server/src/server_stats.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/server_stats.h
b/org.glite.lb.server/src/server_stats.h
index
9e27404
..
da75575
100644
(file)
--- a/
org.glite.lb.server/src/server_stats.h
+++ b/
org.glite.lb.server/src/server_stats.h
@@
-33,8
+33,8
@@
typedef enum _edg_wll_server_statistics_type{
} edg_wll_server_statistics_type;
// Add new values in front of LAST and do not change order
// Also for new vales, add text descriptions to server_stats.c
-extern char *edg_wll_
QueryAttrNames
[];
-extern char *edg_wll_
QueryOpNames
[];
+extern char *edg_wll_
server_statistics_type_title
[];
+extern char *edg_wll_
server_statistics_type_key
[];
int edg_wll_InitServerStatistics(edg_wll_Context ctx, char *prefix);