projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca7d94
)
(struct COS_Feature_ent): Add new member `number_of_hits'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Sat, 25 May 2013 06:38:21 +0000
(15:38 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Sat, 25 May 2013 06:38:21 +0000
(15:38 +0900)
cos-i.h
patch
|
blob
|
history
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);