From: Aleš Křenek Date: Tue, 16 Oct 2007 17:24:33 +0000 (+0000) Subject: merge 31 X-Git-Tag: org-gridsite-core_R_1_5_3~29 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=03050bff3ddcb2f93bab9c78c32ac5eaed8f6acb;p=jra1mw.git merge 31 --- 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; /**