From: Jan Pospíšil Date: Mon, 11 Jun 2007 10:59:22 +0000 (+0000) Subject: updated null values for exit states - i.e. do not fail if exit_status == 0 X-Git-Tag: glite-lb-common_R_5_1_2_1~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=189d56e5ed596dc3ab8449a860f165f65c897178;p=jra1mw.git updated null values for exit states - i.e. do not fail if exit_status == 0 --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index d9602d0..221e44c 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -269,11 +269,13 @@ port shadow_port Shadow port int shadow_pid PID of shadow process string shadow_status Shadow status + _null_ -1 _optional_ @type CondorShadowExited Condor Shadow Exited int shadow_pid PID of shadow process int shadow_exit_status Exit status of shadow process + _null_ -1 @type CondorStarterStarted Condor Starter Started int starter_pid PID of starter process @@ -285,10 +287,12 @@ int starter_pid PID of starter process _optional_ int starter_exit_status Exit status of starter process + _null_ -1 _optional_ int job_pid PID of running job _optional_ int job_exit_status Job exit status + _null_ -1 _optional_ @type CondorResourceUsage Resources requested/consumed