From: Jan Pospíšil Date: Sun, 25 May 2008 15:59:32 +0000 (+0000) Subject: print also jobtype condor X-Git-Tag: glite-yaim-lb_R_4_0_2_1~16 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=49d09aab9f52764dad353ff5afe8ec6bdccaf044;p=jra1mw.git print also jobtype condor --- diff --git a/org.glite.lb.client/examples/job_status.c b/org.glite.lb.client/examples/job_status.c index c38eae0..33a8a93 100644 --- a/org.glite.lb.client/examples/job_status.c +++ b/org.glite.lb.client/examples/job_status.c @@ -213,6 +213,9 @@ static void printstat(edg_wll_JobStat stat, int level) case EDG_WLL_STAT_PBS: printf("%sjobtype : PBS\n", ind); break; + case EDG_WLL_STAT_CONDOR: + printf("%sjobtype : CONDOR\n", ind); + break; default: break; }