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:
60518c2
)
use string for child_event (easier for debugging)
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 26 Oct 2006 11:30:00 +0000
(11:30 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 26 Oct 2006 11:30:00 +0000
(11:30 +0000)
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
7716754
..
ed4202f
100644
(file)
--- a/
org.glite.lb/project/events.T
+++ b/
org.glite.lb/project/events.T
@@
-206,4
+206,4
@@
_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.
+
string
child_event Event which triggered the state change.