From: MORIOKA Tomohiko Date: Sat, 25 May 2013 06:38:21 +0000 (+0900) Subject: (struct COS_Feature_ent): Add new member `number_of_hits'. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=commitdiff_plain;h=bbad6a44e53180156ce692bba49eb97cfdf2456e (struct COS_Feature_ent): Add new member `number_of_hits'. --- diff --git a/cos-i.h b/cos-i.h index dcbdbdd..237a75b 100644 --- a/cos-i.h +++ b/cos-i.h @@ -295,6 +295,10 @@ struct COS_Feature_ent 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);