diff options
Diffstat (limited to 'inc/tree.h')
-rw-r--r-- | inc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |