From 9fcea553618e52e1b0f72485a311a1e8514f9078 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Fri, 19 May 2006 09:31:19 +0000 Subject: [PATCH] * added prototype of producing function --- org.glite.lb.common/interface/lb_perftest.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.glite.lb.common/interface/lb_perftest.h b/org.glite.lb.common/interface/lb_perftest.h index d298417..2e8399b 100644 --- a/org.glite.lb.common/interface/lb_perftest.h +++ b/org.glite.lb.common/interface/lb_perftest.h @@ -18,6 +18,9 @@ glite_wll_perftest_init(const char *host, /** hostname */ int n); /** number of jobs for job source */ int +glite_wll_perftest_produceEventString(char **event); + +int glite_wll_perftest_consumeEvent(edg_wll_Event *event); int -- 1.8.2.3