future JDL query
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 30 Jul 2007 16:07:46 +0000 (16:07 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 30 Jul 2007 16:07:46 +0000 (16:07 +0000)
org.glite.lb.client-interface/interface/consumer.h

index 225206f..1286481 100644 (file)
@@ -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;
 /**