git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa79315
)
print also jobtype condor
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Sun, 25 May 2008 15:59:32 +0000
(15:59 +0000)
committer
Jan 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/examples/job_status.c
b/org.glite.lb.client/examples/job_status.c
index
c38eae0
..
33a8a93
100644
(file)
--- 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;
}