renamed ATTR_JDL
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 1 Aug 2007 15:48:23 +0000 (15:48 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 1 Aug 2007 15:48:23 +0000 (15:48 +0000)
org.glite.lb.client-interface/interface/consumer.h

index 1286481..2e5d47d 100644 (file)
@@ -59,7 +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_JDL_ATTR,    /**< Arbitrary JDL attribute */
        EDG_WLL_QUERY_ATTR__LAST
 /*     if adding new attribute, add conversion string to common/xml_conversions.c too !! */
 } edg_wll_QueryAttr;