From 03050bff3ddcb2f93bab9c78c32ac5eaed8f6acb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 16 Oct 2007 17:24:33 +0000 Subject: [PATCH] merge 31 --- org.glite.lb.common/interface/query_rec.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.common/interface/query_rec.h b/org.glite.lb.common/interface/query_rec.h index f86edb5..bec8938 100644 --- a/org.glite.lb.common/interface/query_rec.h +++ b/org.glite.lb.common/interface/query_rec.h @@ -46,6 +46,9 @@ typedef enum _edg_wll_QueryAttr{ EDG_WLL_QUERY_ATTR_RESUBMITTED, /**< Job was resubmitted */ EDG_WLL_QUERY_ATTR_PARENT, /**< Job was resubmitted */ EDG_WLL_QUERY_ATTR_EXITCODE, /**< Unix exit code */ + EDG_WLL_QUERY_ATTR_JDL_ATTR, /**< Arbitrary JDL attribute */ + EDG_WLL_QUERY_ATTR_STATEENTERTIME, /**< When entered current status */ + EDG_WLL_QUERY_ATTR_LASTUPDATETIME, /**< Time of the last known event of the job */ EDG_WLL_QUERY_ATTR__LAST /* if adding new attribute, add conversion string to common/xml_conversions.c too !! */ } edg_wll_QueryAttr; @@ -76,7 +79,7 @@ typedef struct _edg_wll_QueryRec { * Specification of attribute to query */ union { - char * tag; /**< user tag name */ + char * tag; /**< user tag name / JDL attribute "path"*/ edg_wll_JobStatCode state; /**< job status code */ } attr_id; /** -- 1.8.2.3