aboutsummaryrefslogtreecommitdiff
path: root/inc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/tree.h')
-rw-r--r--inc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/tree.h b/inc/tree.h
index a3be29c..8addf7e 100644
--- a/inc/tree.h
+++ b/inc/tree.h
@@ -18,6 +18,7 @@ struct tree {
uint32_t hash;
int state; // zero or index to ref
int size; // blc length
+ int duplication_count; // needed count to be considered for deduplication
union {
struct {
struct tree *term;