From: Miloš Mulač Date: Tue, 17 Oct 2006 15:45:19 +0000 (+0000) Subject: added CollectionState event X-Git-Tag: mergeto_glite-lb-client_branch_2_3_0_0243_generic_23Nov06~7 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0fc8f8fa1262720b5dfd07e190289a2e4fb655db;p=jra1mw.git added CollectionState event - state and child_event encoded as ints (if strings preferable, let me know) --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index ab4749e..7716754 100644 --- 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.