From 82e2b577d03f7b53b07a6f5380496c9ca743e090 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Sun, 4 Feb 2007 19:09:43 +0000 Subject: [PATCH] fix build: remove duplicate names, correct autogen code --- org.glite.lb/project/events.T | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 8830837..3af32b2 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -245,20 +245,20 @@ @type CondorSubmit Job SUBMITTED to Condor string universe Condor Universe - string host Submitting machine + string submit_host Submitting machine string condor_id Condor ID -@type CondorMatch - string condor_id - string owner - string host - string node +@type CondorMatch Job MATCHED + string condor_id Condor ID + string owner Owner + string matched_host Matched host + string node Node -@type CondorExecute +@type CondorExecute Condor execute string node node @type CondorChkpt - string info + string info Some useful info @type CondorEvict int shadow_exit_status Condor shadow exit status @@ -289,22 +289,22 @@ string reason reason @type CondorNodeExecute - string info + string info Some useful info @type CondorNodeTerminate - string info + string info Some useful info @type CondorPostSctiptTerminate - string info + string info Some useful info @type CondorGlobusSubmit int status_code _code_ OK The job was submitted successfully _code_ FAIL Job submission failed - string info + string info Some useful info @type CondorGlobusResource - int status_code - _code_ UP - _code_ DOWN - string info + int status_code Status code + _code_ UP Resource UP + _code_ DOWN Resource DOWM + string info Some useful info -- 1.8.2.3