From: Aleš Křenek Date: Mon, 30 Jul 2007 18:07:16 +0000 (+0000) Subject: QueryRecord::Attr follow edg_wll_QueryAttr exactly X-Git-Tag: glite-lb-build_R_1_6_0_1~15 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cf1472a9fb8371fc4597a4bb2a7af1cd9b4fe9e2;p=jra1mw.git QueryRecord::Attr follow edg_wll_QueryAttr exactly --- diff --git a/org.glite.lb.client-interface/interface/ServerConnection.h b/org.glite.lb.client-interface/interface/ServerConnection.h index 43f6607..e15ec8e 100644 --- a/org.glite.lb.client-interface/interface/ServerConnection.h +++ b/org.glite.lb.client-interface/interface/ServerConnection.h @@ -41,23 +41,24 @@ public: */ enum Attr { UNDEF=0, /**< Not-defined value, used to terminate lists etc. */ - JOBID, /**< Job id. */ - OWNER, /**< Job owner (certificate subject). */ - STATUS, /**< Current job status code. */ - LOCATION, /**< Where is the job being processed. */ - DESTINATION, /**< Destination CE. */ - DONECODE, /**< Minor done status (OK,fail,cancel). */ - USERTAG, /**< User tag. */ - TIME, /**< Timestamp of the event. */ - LEVEL, /**< Logging level. */ - HOST, /**< Hostname where the event was generated. */ - SOURCE, /**< Source component that sent the event. */ - INSTANCE, /**< Instance of the source component. */ - EVENT_TYPE, /**< Event type. */ - CHKPT_TAG, /**< Checkpoint tag. */ - RESUBMITTED, /**< Job was resubmitted */ - PARENT, /**< Id of the parent job. */ - EXITCODE, /**< Job system exit code. */ + JOBID = EDG_WLL_QUERY_ATTR_JOBID, /**< Job id. */ + OWNER = EDG_WLL_QUERY_ATTR_OWNER, /**< Job owner (certificate subject). */ + STATUS = EDG_WLL_QUERY_ATTR_STATUS, /**< Current job status code. */ + LOCATION = EDG_WLL_QUERY_ATTR_LOCATION, /**< Where is the job being processed. */ + DESTINATION = EDG_WLL_QUERY_ATTR_DESTINATION, /**< Destination CE. */ + DONECODE = EDG_WLL_QUERY_ATTR_DONECODE, /**< Minor done status (OK,fail,cancel). */ + USERTAG = EDG_WLL_QUERY_ATTR_USERTAG, /**< User tag. */ + TIME = EDG_WLL_QUERY_ATTR_TIME, /**< Timestamp of the event. */ + LEVEL = EDG_WLL_QUERY_ATTR_LEVEL, /**< Logging level. */ + HOST = EDG_WLL_QUERY_ATTR_HOST, /**< Hostname where the event was generated. */ + SOURCE = EDG_WLL_QUERY_ATTR_SOURCE, /**< Source component that sent the event. */ + INSTANCE = EDG_WLL_QUERY_ATTR_INSTANCE, /**< Instance of the source component. */ + EVENT = EDG_WLL_QUERY_ATTR_EVENT_TYPE, /**< Event type. */ + CHKPT = EDG_WLL_QUERY_ATTR_CHKPT_TAG, /**< Checkpoint tag. */ + 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 */ }; /** Symbolic names of predicates.