From e121946b5843290c5ce6414fc53271e4cd8cde12 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Mon, 12 Sep 2005 20:07:18 +0000 Subject: [PATCH] Attributes derived from LB system data movede to jp_job_attrs.h (see org.glite.lb.server) --- org.glite.jp.common/interface/known_attr.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/org.glite.jp.common/interface/known_attr.h b/org.glite.jp.common/interface/known_attr.h index 105d3b7..a2f238c 100644 --- a/org.glite.jp.common/interface/known_attr.h +++ b/org.glite.jp.common/interface/known_attr.h @@ -11,13 +11,10 @@ * Should be almost the same time as registration with LB. */ #define GLITE_JP_ATTR_REGTIME GLITE_JP_SYSTEM_NS ":regtime" -/** Namespace for attributes derived from LB system data */ -#define GLITE_JP_LB_NS "http://egee.cesnet.cz/en/WSDL/jp-lb" - +/** 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) */ -#define GLITE_JP_LB_FINALSTATE GLITE_JP_LB_NS ":finalState" /**< final job status */ -/* TODO: others */ /** 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