use string for child_event (easier for debugging)
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 26 Oct 2006 11:30:00 +0000 (11:30 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 26 Oct 2006 11:30:00 +0000 (11:30 +0000)
org.glite.lb/project/events.T

index 7716754..ed4202f 100644 (file)
        _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.