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:
4433d4b
)
Support zombification of single SB transfer jobs
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 20 May 2011 12:21:23 +0000
(12:21 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Fri, 20 May 2011 12:21:23 +0000
(12:21 +0000)
org.glite.lb.server/src/srv_purge.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/srv_purge.c
b/org.glite.lb.server/src/srv_purge.c
index
ee917e5
..
88eb675
100644
(file)
--- a/
org.glite.lb.server/src/srv_purge.c
+++ b/
org.glite.lb.server/src/srv_purge.c
@@
-562,6
+562,7
@@
static int get_jobid_suffix(edg_wll_Context ctx, glite_jobid_const_t job, enum e
case EDG_WLL_STAT__PARTITIONABLE_UNUSED:
case EDG_WLL_STAT__PARTITIONED_UNUSED:
case EDG_WLL_STAT_COLLECTION:
+ case EDG_WLL_STAT_FILE_TRANSFER:
// glite jobs, no suffix
*suffix = strdup("");
*unique = strdup(dbjob);
@@
-609,6
+610,7
@@
static int get_jobid_prefix(edg_wll_Context ctx, glite_jobid_const_t job, enum e
case EDG_WLL_STAT__PARTITIONABLE_UNUSED:
case EDG_WLL_STAT__PARTITIONED_UNUSED:
case EDG_WLL_STAT_COLLECTION:
+ case EDG_WLL_STAT_FILE_TRANSFER:
// glite job prefix
ser = glite_jobid_getServer(job);
asprintf(prefix,"%s/",ser);