From: Michal Voců Date: Wed, 31 May 2006 15:42:13 +0000 (+0000) Subject: * add prototype of jobid producer function X-Git-Tag: connpool_branch_start~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b7aa0a9ebd1e555aea4c75ede4e18df9a0d5cb67;p=jra1mw.git * add prototype of jobid producer function --- diff --git a/org.glite.lb.common/interface/lb_perftest.h b/org.glite.lb.common/interface/lb_perftest.h index 4a4fc11..398938c 100644 --- a/org.glite.lb.common/interface/lb_perftest.h +++ b/org.glite.lb.common/interface/lb_perftest.h @@ -17,6 +17,9 @@ glite_wll_perftest_init(const char *host, /** hostname */ const char *filename, /** file with events for job source */ int n); /** number of jobs for job source */ +char * +glite_wll_perftest_produceJobId(); + int glite_wll_perftest_produceEventString(char **event);