From 30f3b2f3c1ae171f91593bca8e5e6f5dd6cb2342 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 19 May 2013 11:57:02 +0900 Subject: [PATCH] (struct COS_Feature_ent): Add new member `next'. (struct COS_Feature_INDEX_ent): Add new member `next'. --- cos-i.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 1.7.10.4