From 7a61d406dc3b3bb8ae49661b868135ee3cbfac1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 8 Jan 2008 08:46:56 +0000 Subject: [PATCH] corrected parameter type to match prototype --- org.glite.lb.common/src/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.8.2.3