From: Aleš Křenek Date: Wed, 18 May 2005 06:24:16 +0000 (+0000) Subject: added GENERIC attribute X-Git-Tag: merge_shallow_src~7 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=70cf36549bda6d0df0255f869d753e19b9566d44;p=jra1mw.git added GENERIC attribute --- 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 {