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:
88dede6
)
* use meaningful sequence code for the termination event
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:42:27 +0000
(13:42 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 13:42:27 +0000
(13:42 +0000)
org.glite.lb.common/src/lb_perftest.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/lb_perftest.c
b/org.glite.lb.common/src/lb_perftest.c
index
0865d95
..
969655b
100644
(file)
--- a/
org.glite.lb.common/src/lb_perftest.c
+++ b/
org.glite.lb.common/src/lb_perftest.c
@@
-331,7
+331,7
@@
glite_wll_perftest_produceEventString(char **event, char **jobid)
"me again", /* source instance */
"UserTag", /* event */
jobids[cur_job], /* jobid */
- "
last
", /* sequence */
+ "
UI=999980:NS=9999999980:WM=999980:BH=9999999980:JSS=999980:LM=999980:LRMS=999980:APP=999980
", /* sequence */
PERFTEST_END_TAG_NAME,
PERFTEST_END_TAG_VALUE)) < 0) {
fprintf(stderr, "produceEventString: error creating termination event\n");