]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
unpack-trees: add progress to clear_ce_flags()
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 4980ee198e0173e21ca18309007895db9e671896..d3c89e7a53e85d044b903b81b73e56eb0cb7a03e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -304,6 +304,7 @@ static inline unsigned int canon_mode(unsigned int mode)
 
 struct split_index;
 struct untracked_cache;
+struct progress;
 
 struct index_state {
        struct cache_entry **cache;
@@ -326,6 +327,7 @@ struct index_state {
        uint64_t fsmonitor_last_update;
        struct ewah_bitmap *fsmonitor_dirty;
        struct mem_pool *ce_mem_pool;
+       struct progress *progress;
 };
 
 /* Name hashing */