From: Michal Voců Date: Fri, 19 May 2006 09:31:19 +0000 (+0000) Subject: * added prototype of producing function X-Git-Tag: gridsite-core_R_1_1_19~12 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9fcea553618e52e1b0f72485a311a1e8514f9078;p=jra1mw.git * added prototype of producing function --- 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