X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cos-i.h;h=237a75bcd90fe018ccd6977936a0d1e67405efc1;hb=bbad6a44e53180156ce692bba49eb97cfdf2456e;hp=eb17c0b7812beef4fa9b4aadcad00e99c981ec86;hpb=5975522d9eea6235b7595304cfcfbc411440cb51;p=chise%2Fconcord.git diff --git a/cos-i.h b/cos-i.h index eb17c0b..237a75b 100644 --- a/cos-i.h +++ b/cos-i.h @@ -294,6 +294,11 @@ struct COS_Feature_ent DB* db; u_int32_t access; COS_Hash_Table value_table; + COS_Feature next; + unsigned short number_of_hits; +#if 0 + unsigned short number_of_closes; +#endif }; int cos_retain_feature (COS_Object obj); @@ -310,6 +315,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);