git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f1828
)
* add prototype of jobid producer function
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 31 May 2006 15:42:13 +0000
(15:42 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 31 May 2006 15:42:13 +0000
(15:42 +0000)
org.glite.lb.common/interface/lb_perftest.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/interface/lb_perftest.h
b/org.glite.lb.common/interface/lb_perftest.h
index
4a4fc11
..
398938c
100644
(file)
--- 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);