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:
14ee633
)
corrected parameter type to match prototype
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 8 Jan 2008 08:46:56 +0000
(08:46 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 8 Jan 2008 08:46:56 +0000
(08:46 +0000)
org.glite.lb.common/src/context.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/src/context.c
b/org.glite.lb.common/src/context.c
index
6e3e53e
..
639638f
100644
(file)
--- a/
org.glite.lb.common/src/context.c
+++ b/
org.glite.lb.common/src/context.c
@@
-454,7
+454,7
@@
int edg_wll_GetLoggingJob(const edg_wll_Context ctx,edg_wlc_JobId *out)
int edg_wll_GenerateSubjobIds(
edg_wll_Context ctx,
-
const edg_wlc_JobId
parent,
+
glite_jobid_const_t
parent,
int num_subjobs,
const char * seed,
edg_wlc_JobId ** subjobs)