From f9dfce7a4946a9ea1265ce594a02030cdad5fefa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 1 Aug 2007 17:17:14 +0000 Subject: [PATCH] follow C API (JDL_ATTR) --- org.glite.lb.client-interface/interface/ServerConnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.client-interface/interface/ServerConnection.h b/org.glite.lb.client-interface/interface/ServerConnection.h index b6c6a6c..cc41e05 100644 --- a/org.glite.lb.client-interface/interface/ServerConnection.h +++ b/org.glite.lb.client-interface/interface/ServerConnection.h @@ -58,7 +58,7 @@ public: RESUBMITTED = EDG_WLL_QUERY_ATTR_RESUBMITTED, /**< Job was resubmitted */ PARENT = EDG_WLL_QUERY_ATTR_PARENT, /**< Id of the parent job. */ EXITCODE = EDG_WLL_QUERY_ATTR_EXITCODE, /**< Job system exit code. */ - JDL = EDG_WLL_QUERY_ATTR_JDL, /**< Arbitrary JDL attribute */ + JDL_ATTR = EDG_WLL_QUERY_ATTR_JDL_ATTR, /**< Arbitrary JDL attribute */ }; /** Symbolic names of predicates. -- 1.8.2.3