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:
7dcafac
)
* added event source
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 17 May 2006 15:10:44 +0000
(15:10 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 17 May 2006 15:10:44 +0000
(15:10 +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
30a5533
..
5a3eca0
100644
(file)
--- a/
org.glite.lb.common/interface/lb_perftest.h
+++ b/
org.glite.lb.common/interface/lb_perftest.h
@@
-11,7
+11,12
@@
#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);