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:
d6c3c0c
)
* added another sink to server
author
Michal Voců
<michal@ruk.cuni.cz>
Thu, 22 Jun 2006 12:48:58 +0000
(12:48 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Thu, 22 Jun 2006 12:48:58 +0000
(12:48 +0000)
org.glite.lb.server/src/db_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/db_store.c
b/org.glite.lb.server/src/db_store.c
index
6c5bbc6
..
2a085f8
100644
(file)
--- a/
org.glite.lb.server/src/db_store.c
+++ b/
org.glite.lb.server/src/db_store.c
@@
-127,7
+127,13
@@
db_store(edg_wll_Context ctx,char *ucs, char *event)
break;
default: break;
}
- } else {
+ } else
+#ifdef LB_PERF
+ if( sink_mode == GLITE_LB_SINK_SEND ) {
+ glite_wll_perftest_consumeEvent(ev);
+ } else
+#endif
+ {
if ( newstat.state ) {
edg_wll_NotifMatch(ctx, &newstat);
edg_wll_FreeStatus(&newstat);