(struct COS_Feature_ent): Add new member `number_of_hits'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 25 May 2013 06:38:21 +0000 (15:38 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Sat, 25 May 2013 06:38:21 +0000 (15:38 +0900)
cos-i.h

diff --git a/cos-i.h b/cos-i.h
index dcbdbdd..237a75b 100644 (file)
--- 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);