From 9c32922cf097a9d8d6d6ed909cfd982fe9e65505 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Thu, 19 Oct 2006 17:09:50 +0000 Subject: [PATCH] register subjobs directly --- org.glite.lb.client/src/producer.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index 818e9b1..2d1c808 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -1128,7 +1128,11 @@ int edg_wll_RegisterSubjob( const char * seed, edg_wlc_JobId ** subjobs) { +#ifdef LB_PERF + return edg_wll_RegisterJobMaster(ctx,LOGFLAG_DIRECT,job,type,jdl,ns,parent,num_subjobs,seed,subjobs); +#else return edg_wll_RegisterJobMaster(ctx,LOGFLAG_NORMAL,job,type,jdl,ns,parent,num_subjobs,seed,subjobs); +#endif } /** -- 1.8.2.3