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:
b6f7f59
)
added CollectionState event
author
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 17 Oct 2006 15:45:19 +0000
(15:45 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Tue, 17 Oct 2006 15:45:19 +0000
(15:45 +0000)
- state and child_event encoded as ints (if strings preferable, let me know)
org.glite.lb/project/events.T
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb/project/events.T
b/org.glite.lb/project/events.T
index
ab4749e
..
7716754
100644
(file)
--- a/
org.glite.lb/project/events.T
+++ b/
org.glite.lb/project/events.T
@@
-200,3
+200,10
@@
@type Resume Job execution (queuing) was resumed.
_optional_
string reason Reason for the resume.
+
+@type CollectionState State of the collection.
+ int state New collection state.
+ _optional_
+ string histogram User readable histogram; useful for debugging.
+ jobid child JobId of subjob, which triggered the state change.
+ int child_event Event which triggered the state change.