Merge branch 'av/fsmonitor'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 7c716812362aa179dc56966aa3a80e597a3a13b2..f684c7933ba38041961f210425f31d2976190054 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -348,6 +348,7 @@ struct index_state {
        unsigned char sha1[20];
        struct untracked_cache *untracked;
        uint64_t fsmonitor_last_update;
+       struct ewah_bitmap *fsmonitor_dirty;
 };
 
 extern struct index_state the_index;