From: Jan Pospíšil Date: Mon, 12 Sep 2005 20:07:18 +0000 (+0000) Subject: Attributes derived from LB system data movede to X-Git-Tag: gridsite-core_R_1_1_11~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=e121946b5843290c5ce6414fc53271e4cd8cde12;p=jra1mw.git Attributes derived from LB system data movede to jp_job_attrs.h (see org.glite.lb.server) --- 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"