From: Miloš Mulač Date: Thu, 22 Feb 2007 15:08:55 +0000 (+0000) Subject: avoid 'null value check' in parseEvents X-Git-Tag: glite-lb-server-bones_R_2_2_4_1~30 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=3a5be8e16e281047cc53ca7a476400ecfab2ea27;p=jra1mw.git avoid 'null value check' in parseEvents --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 858782b..9c865f1 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -234,6 +234,7 @@ @type PBSDone Job terminated int exit_status Exit status + _optional_ Bypass need of 'null value' @type PBSDequeued Job dequeued @@ -243,12 +244,12 @@ _code_ USED Consumed quantity string name Name of resource int quantity The quantity + _optional_ Bypass need of 'null value' string unit Units (sec, kB, etc.) @type PBSError Any error occured string error_desc Error reason - @type CondorSubmit Job SUBMITTED to Condor string universe Condor Universe string submit_host Submitting machine