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:
3b6da4c
)
enable stressing on non-default ports
author
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 7 Mar 2008 10:18:34 +0000
(10:18 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Fri, 7 Mar 2008 10:18:34 +0000
(10:18 +0000)
org.glite.lb.client/examples/stresslog.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/examples/stresslog.c
b/org.glite.lb.client/examples/stresslog.c
index
e6d75f2
..
8d3ac5f
100644
(file)
--- a/
org.glite.lb.client/examples/stresslog.c
+++ b/
org.glite.lb.client/examples/stresslog.c
@@
-82,6
+82,7
@@
for (i = 1; i<njobs; i++) {
char *p = strchr(server,':');
if (p) *p=0;
edg_wlc_JobIdCreate(server,p?atoi(p+1):0,&jobid);
+ *p=':';
job = edg_wlc_JobIdUnparse(jobid);
fprintf(stdout,"new jobid: %s\n",job);
}