From: Miloš Mulač Date: Thu, 26 Oct 2006 11:30:00 +0000 (+0000) Subject: use string for child_event (easier for debugging) X-Git-Tag: merge_connpool_dst~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=acf4dfae46d517262a82e41d44882a0ac281388f;p=jra1mw.git use string for child_event (easier for debugging) --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 7716754..ed4202f 100644 --- 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.