From 1f8992ee45e47043cb04621e8fd93fdbdd2d79ff Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Wed, 14 Sep 2005 22:15:15 +0000 Subject: [PATCH] GLITE_JP_LB_TERMINATED substituted by GLITE_JP_LB_finalStatusDate GLITE_JP_LB_SUBMITTED now in GLITE_JP_LB_lastStatusHistory added GLITE_JP_ATTR_JOBID --- org.glite.jp.common/interface/known_attr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.glite.jp.common/interface/known_attr.h b/org.glite.jp.common/interface/known_attr.h index a2f238c..e8f6bb5 100644 --- a/org.glite.jp.common/interface/known_attr.h +++ b/org.glite.jp.common/interface/known_attr.h @@ -7,14 +7,15 @@ /** Job owner, as specified with RegisterJob JPPS operation */ #define GLITE_JP_ATTR_OWNER GLITE_JP_SYSTEM_NS ":owner" +/** JobId */ +#define GLITE_JP_ATTR_JOBID GLITE_JP_SYSTEM_NS ":jobId" + /** Timestamp of job registration in JP. * Should be almost the same time as registration with LB. */ #define GLITE_JP_ATTR_REGTIME GLITE_JP_SYSTEM_NS ":regtime" /** Attributes derived from LB system data * \see jp_job_attrs.h */ -#define GLITE_JP_LB_SUBMITTED GLITE_JP_LB_NS ":submitted" /**< submit time */ -#define GLITE_JP_LB_TERMINATED GLITE_JP_LB_NS ":terminated" /**< termination time (done, abort, cancel) */ /** Namespace for LB user tags, schemaless, all values are strings */ #define GLITE_JP_LBTAG_NS "http://egee.cesnet.cz/en/WSDL/jp-lbtag" -- 1.8.2.3