projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51b34c
)
(struct COS_Feature_ent): Add new member `next'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 19 May 2013 02:57:02 +0000
(11:57 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Sun, 19 May 2013 02:57:02 +0000
(11:57 +0900)
(struct COS_Feature_INDEX_ent): Add new member `next'.
cos-i.h
patch
|
blob
|
history
diff --git
a/cos-i.h
b/cos-i.h
index
eb17c0b
..
dcbdbdd
100644
(file)
--- a/
cos-i.h
+++ b/
cos-i.h
@@
-294,6
+294,7
@@
struct COS_Feature_ent
DB* db;
u_int32_t access;
COS_Hash_Table value_table;
+ COS_Feature next;
};
int cos_retain_feature (COS_Object obj);
@@
-310,6
+311,7
@@
struct COS_Feature_INDEX_ent
DB* db;
u_int32_t access;
COS_Hash_Table decoding_table;
+ COS_Feature_INDEX next;
};
int cos_retain_index (COS_Object obj);