diff options
Diffstat (limited to 'bloom.h')
-rw-r--r-- | bloom.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ enum bloom_filter_computed { BLOOM_NOT_COMPUTED = (1 << 0), BLOOM_COMPUTED = (1 << 1), BLOOM_TRUNC_LARGE = (1 << 2), + BLOOM_TRUNC_EMPTY = (1 << 3), }; struct bloom_filter *get_or_compute_bloom_filter(struct repository *r, |