From 70cf36549bda6d0df0255f869d753e19b9566d44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 18 May 2005 06:24:16 +0000 Subject: [PATCH] added GENERIC attribute --- org.glite.jp.common/interface/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.glite.jp.common/interface/types.h b/org.glite.jp.common/interface/types.h index e481fb5..516db1a 100644 --- a/org.glite.jp.common/interface/types.h +++ b/org.glite.jp.common/interface/types.h @@ -44,12 +44,13 @@ typedef enum { GLITE_JP_ATTR_OWNER, GLITE_JP_ATTR_TIME, GLITE_JP_ATTR_TAG, + GLITE_JP_ATTR_GENERIC, GLITE_JP_ATTR__LAST } glite_jp_attrtype_t; typedef struct { glite_jp_attrtype_t type; - char *name; + char *name,*namespace; } glite_jp_attr_t; typedef struct { -- 1.8.2.3