X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=object-store.h;h=f439d47af81d1b8772b181cead999bba28980e21;hb=06f1b8df6f3f90746c8ed50296e467e540531d8f;hp=d1e490f2035d2f48583a30eb7a44cc4613a662fd;hpb=f76897b6ce9964a25f4c85f9fb034cba9dd71573;p=platform%2Fupstream%2Fgit.git diff --git a/object-store.h b/object-store.h index d1e490f..f439d47 100644 --- a/object-store.h +++ b/object-store.h @@ -70,6 +70,7 @@ struct packed_git { size_t index_size; uint32_t num_objects; uint32_t num_bad_objects; + uint32_t crc_offset; unsigned char *bad_object_sha1; int index_version; time_t mtime;