From ec4895ec20277201a1ac9b147dc4f1057078d67e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 31 Aug 2005 09:37:39 +0000 Subject: [PATCH] added REGTIME --- org.glite.jp.common/interface/known_attr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/org.glite.jp.common/interface/known_attr.h b/org.glite.jp.common/interface/known_attr.h index 7116615..105d3b7 100644 --- a/org.glite.jp.common/interface/known_attr.h +++ b/org.glite.jp.common/interface/known_attr.h @@ -7,6 +7,10 @@ /** Job owner, as specified with RegisterJob JPPS operation */ #define GLITE_JP_ATTR_OWNER GLITE_JP_SYSTEM_NS ":owner" +/** 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" + /** Namespace for attributes derived from LB system data */ #define GLITE_JP_LB_NS "http://egee.cesnet.cz/en/WSDL/jp-lb" -- 1.8.2.3