From e20ccd1ba28bfd70f140b8bf61692c0e73e50084 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Fri, 9 Jun 2006 12:33:48 +0000 Subject: [PATCH] * added sink-mode SINK_SEND --- org.glite.lb.server/src/db_store.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org.glite.lb.server/src/db_store.c b/org.glite.lb.server/src/db_store.c index edf0b2f..6c5bbc6 100644 --- a/org.glite.lb.server/src/db_store.c +++ b/org.glite.lb.server/src/db_store.c @@ -102,6 +102,11 @@ db_store(edg_wll_Context ctx,char *ucs, char *event) /* XXX: RegJob events, which were logged also directly, are duplicated at server, but it should not harm */ +#ifdef LB_PERF + if( sink_mode == GLITE_LB_SINK_SEND ) { + glite_wll_perftest_consumeEvent(ev); + } else +#endif if (edg_wll_EventSendProxy(ctx, ev->any.jobId, event) ) { edg_wll_SetError(ctx, EDG_WLL_IL_PROTO, "edg_wll_EventSendProxy() error."); goto err; -- 1.8.2.3