updated null values for exit states - i.e. do not fail if exit_status == 0
authorJan Pospíšil <honik@ntc.zcu.cz>
Mon, 11 Jun 2007 10:59:22 +0000 (10:59 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Mon, 11 Jun 2007 10:59:22 +0000 (10:59 +0000)
org.glite.lb/project/events.T

index d9602d0..221e44c 100644 (file)
        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
        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