status.resubmitted now counts the number of resubmission cycles
authorJan Pospíšil <honik@ntc.zcu.cz>
Tue, 12 Sep 2006 20:20:50 +0000 (20:20 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Tue, 12 Sep 2006 20:20:50 +0000 (20:20 +0000)
org.glite.lb.server/src/process_event.c

index 7b0fb1d..8152354 100644 (file)
@@ -435,7 +435,7 @@ int processEvent(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict, char
                                                e->enQueued.host,
                                                e->enQueued.src_instance);
                                        if (e->enQueued.source == EDG_WLL_SOURCE_LOG_MONITOR)
-                                               js->pub.resubmitted = 1;
+                                               js->pub.resubmitted += 1;
                                } else {
                                        js->pub.location = location_string(
                                                edg_wll_SourceToString(e->enQueued.source),