corrected parameter type to match prototype
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 8 Jan 2008 08:46:56 +0000 (08:46 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Tue, 8 Jan 2008 08:46:56 +0000 (08:46 +0000)
org.glite.lb.common/src/context.c

index 6e3e53e..639638f 100644 (file)
@@ -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)