print also jobtype condor
authorJan Pospíšil <honik@ntc.zcu.cz>
Sun, 25 May 2008 15:59:32 +0000 (15:59 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sun, 25 May 2008 15:59:32 +0000 (15:59 +0000)
org.glite.lb.client/examples/job_status.c

index c38eae0..33a8a93 100644 (file)
@@ -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;
        }