git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69e8e00
)
added GENERIC attribute
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 18 May 2005 06:24:16 +0000
(06:24 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 18 May 2005 06:24:16 +0000
(06:24 +0000)
org.glite.jp.common/interface/types.h
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.common/interface/types.h
b/org.glite.jp.common/interface/types.h
index
e481fb5
..
516db1a
100644
(file)
--- 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 {