From: Miloš Mulač Date: Tue, 8 Jan 2008 08:46:56 +0000 (+0000) Subject: corrected parameter type to match prototype X-Git-Tag: merge_313_3_dst~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=7a61d406dc3b3bb8ae49661b868135ee3cbfac1f;p=jra1mw.git corrected parameter type to match prototype --- diff --git a/org.glite.lb.common/src/context.c b/org.glite.lb.common/src/context.c index 6e3e53e..639638f 100644 --- 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)