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:
45bcd52
)
* added prototype for consuming events in interlogger
author
Michal Voců
<michal@ruk.cuni.cz>
Fri, 12 May 2006 12:38:50 +0000
(12:38 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Fri, 12 May 2006 12:38:50 +0000
(12:38 +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
946c16b
..
30a5533
100644
(file)
--- a/
org.glite.lb.common/interface/lb_perftest.h
+++ b/
org.glite.lb.common/interface/lb_perftest.h
@@
-19,11
+19,14
@@
glite_wll_perftest_consumeEvent(edg_wll_Event *event);
int
glite_wll_perftest_consumeEventString(const char *event_string);
+int
+glite_wll_perftest_consumeEventIlMsg(const char *msg, int len);
+
int
glite_wll_perftest_createJobId(const char *bkserver,
int port,
const char *test_user,
-
int test_num
,
+
const char *test_name
,
int job_num,
edg_wlc_JobId *jobid);