add missing ResourceUsage event to 'big case'
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 13 Aug 2008 12:39:10 +0000 (12:39 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 13 Aug 2008 12:39:10 +0000 (12:39 +0000)
- prevent server complaining about 'bad event'
- however, this event is ignored now becase not used

org.glite.lb.state-machine/src/process_event.c

index fad8535..8b966b3 100644 (file)
@@ -886,6 +886,8 @@ static int processEvent_glite(intJobStat *js, edg_wll_Event *e, int ev_seq, int
                case EDG_WLL_EVENT_CURDESCR:
                case EDG_WLL_EVENT_CHKPT:
                        /* these three event are probably dead relics */
+               case EDG_WLL_EVENT_RESOURCEUSAGE:
+                       /* ignore too - not used? */
                        break;
                case EDG_WLL_EVENT_CHANGEACL:
                        /* ignore, only for event log */