diff options
author | Derrick Stolee <stolee@gmail.com> | 2018-07-12 15:39:31 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-20 11:27:28 -0700 |
commit | d7cacf29ccfcb2a33bcd8468f83daf822430f19a (patch) | |
tree | 2a554bd2a30108604d533686b430034f74f41286 /midx.h | |
parent | 0d5b3a5ef72383f3b6fe93793be3bbd107a88eaa (diff) | |
download | git-d7cacf29ccfcb2a33bcd8468f83daf822430f19a.tar.gz |
midx: write object id fanout chunk
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'midx.h')
-rw-r--r-- | midx.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct multi_pack_index { uint32_t num_objects; const unsigned char *chunk_pack_names; + const uint32_t *chunk_oid_fanout; const unsigned char *chunk_oid_lookup; const char **pack_names; |