added CollectionState event
authorMiloš Mulač <mulac@civ.zcu.cz>
Tue, 17 Oct 2006 15:45:19 +0000 (15:45 +0000)
committerMiloš 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

index ab4749e..7716754 100644 (file)
 @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.