From: Miloš Mulač Date: Thu, 19 Oct 2006 14:11:29 +0000 (+0000) Subject: count children states for parent job of collection too X-Git-Tag: mergeto_glite-lb-client_branch_2_3_0_0243_generic_23Nov06~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a2a65f0b027f02ee5c50c7374f3996475effe9e9;p=jra1mw.git count children states for parent job of collection too --- diff --git a/org.glite.lb.server/src/jobstat.c b/org.glite.lb.server/src/jobstat.c index d430735..2a303e7 100644 --- a/org.glite.lb.server/src/jobstat.c +++ b/org.glite.lb.server/src/jobstat.c @@ -163,7 +163,7 @@ int edg_wll_JobStatus( } #if DAG_ENABLE - if (stat->jobtype == EDG_WLL_STAT_DAG) { + if (stat->jobtype == EDG_WLL_STAT_DAG || stat->jobtype == EDG_WLL_STAT_COLLECTION) { if (1) { char *out[2]; edg_wll_Stmt sh;