From 189d56e5ed596dc3ab8449a860f165f65c897178 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Mon, 11 Jun 2007 10:59:22 +0000 Subject: [PATCH] updated null values for exit states - i.e. do not fail if exit_status == 0 --- org.glite.lb/project/events.T | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.8.2.3