From 0fc8f8fa1262720b5dfd07e190289a2e4fb655db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Tue, 17 Oct 2006 15:45:19 +0000 Subject: [PATCH] added CollectionState event - state and child_event encoded as ints (if strings preferable, let me know) --- org.glite.lb/project/events.T | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 1.8.2.3