* added prototype of producing function
authorMichal Voců <michal@ruk.cuni.cz>
Fri, 19 May 2006 09:31:19 +0000 (09:31 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Fri, 19 May 2006 09:31:19 +0000 (09:31 +0000)
org.glite.lb.common/interface/lb_perftest.h

index d298417..2e8399b 100644 (file)
@@ -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