From dd731c7644306b0bb6455a51bcdcefda9ee4d3f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Mon, 30 Jul 2007 16:07:46 +0000 Subject: [PATCH] future JDL query --- org.glite.lb.client-interface/interface/consumer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; /** -- 1.8.2.3