* added event source
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 17 May 2006 15:10:44 +0000 (15:10 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 17 May 2006 15:10:44 +0000 (15:10 +0000)
org.glite.lb.common/interface/lb_perftest.h

index 30a5533..5a3eca0 100644 (file)
 #define PERFTEST_END_TAG_VALUE "+++ konec testu +++"
 
 int
-glite_wll_perftest_init();
+glite_wll_perftest_init(const char *host,         /** hostname */
+                       int port,                 /** port number */
+                       const char *user,         /** user running this test */
+                       const char *testname,     /** name of the test */
+                       const char *filename,     /** file with events for job source */
+                       int n);                   /** number of jobs for job source */
 
 int
 glite_wll_perftest_consumeEvent(edg_wll_Event *event);