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:
03fb34b
)
add missing ResourceUsage event to 'big case'
author
Miloš Mulač
<mulac@civ.zcu.cz>
Wed, 13 Aug 2008 12:39:10 +0000
(12:39 +0000)
committer
Miloš 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
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.state-machine/src/process_event.c
b/org.glite.lb.state-machine/src/process_event.c
index
fad8535
..
8b966b3
100644
(file)
--- a/
org.glite.lb.state-machine/src/process_event.c
+++ b/
org.glite.lb.state-machine/src/process_event.c
@@
-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 */