convert.h: drop 'extern' from function declaration
[gitweb.git] / object-store.h
index 0e13543babf4f8221d09e4d1417fdc238c0bcf14..e481f7ad41bd876df3fb98f1578c38f55fc288e5 100644 (file)
@@ -106,6 +106,9 @@ struct raw_object_store {
         */
        struct oidmap *replace_map;
 
+       struct commit_graph *commit_graph;
+       unsigned commit_graph_attempted : 1; /* if loading has been attempted */
+
        /*
         * private data
         *