diff options
Diffstat (limited to 'split-index.h')
-rw-r--r-- | split-index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/split-index.h b/split-index.h index 53b778fa61..c1324f521a 100644 --- a/split-index.h +++ b/split-index.h @@ -12,6 +12,8 @@ struct split_index { struct ewah_bitmap *replace_bitmap; struct cache_entry **saved_cache; unsigned int saved_cache_nr; + unsigned int nr_deletions; + unsigned int nr_replacements; int refcount; }; |