Code

Merge branch 'jk/name-hash-dirent'
[git.git] / cache.h
diff --git a/cache.h b/cache.h
index e39e1600189a6daae0eb29e165b08949f66bae9f..85c099655eb3486a7f2b65bc31742d4e9e0780d5 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -168,6 +168,7 @@ struct cache_entry {
        unsigned int ce_flags;
        unsigned char sha1[20];
        struct cache_entry *next;
+       struct cache_entry *dir_next;
        char name[FLEX_ARRAY]; /* more */
 };