Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
midx: write object id fanout chunk
[gitweb.git]
/
midx.h
diff --git
a/midx.h
b/midx.h
index 4d3bceafc5805850f067bf4c82cf0c3900e5e9b3..8572cf0f4b3540871482993d3affd1a9def48c88 100644
(file)
--- a/
midx.h
+++ b/
midx.h
@@
-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;