* add prototype of jobid producer function
authorMichal Voců <michal@ruk.cuni.cz>
Wed, 31 May 2006 15:42:13 +0000 (15:42 +0000)
committerMichal Voců <michal@ruk.cuni.cz>
Wed, 31 May 2006 15:42:13 +0000 (15:42 +0000)
org.glite.lb.common/interface/lb_perftest.h

index 4a4fc11..398938c 100644 (file)
@@ -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);