From: Aleš Křenek Date: Mon, 30 Jul 2007 16:07:46 +0000 (+0000) Subject: future JDL query X-Git-Tag: glite-lb-build_R_1_6_0_1~23 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=dd731c7644306b0bb6455a51bcdcefda9ee4d3f6;p=jra1mw.git future JDL query --- diff --git a/org.glite.lb.client-interface/interface/consumer.h b/org.glite.lb.client-interface/interface/consumer.h index 225206f..1286481 100644 --- a/org.glite.lb.client-interface/interface/consumer.h +++ b/org.glite.lb.client-interface/interface/consumer.h @@ -59,6 +59,7 @@ 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, /**< Arbitrary JDL attribute */ EDG_WLL_QUERY_ATTR__LAST /* if adding new attribute, add conversion string to common/xml_conversions.c too !! */ } edg_wll_QueryAttr; @@ -89,7 +90,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; /**