From: MORIOKA Tomohiko Date: Sun, 19 May 2013 02:57:02 +0000 (+0900) Subject: (struct COS_Feature_ent): Add new member `next'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=30f3b2f3c1ae171f91593bca8e5e6f5dd6cb2342;p=chise%2Fconcord.git (struct COS_Feature_ent): Add new member `next'. (struct COS_Feature_INDEX_ent): Add new member `next'. --- diff --git a/cos-i.h b/cos-i.h index eb17c0b..dcbdbdd 100644 --- 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);