summaryrefslogtreecommitdiffstats
path: root/midx.h
diff options
context:
space:
mode:
authorDerrick Stolee <stolee@gmail.com>2018-07-12 21:39:28 +0200
committerJunio C Hamano <gitster@pobox.com>2018-07-20 20:27:28 +0200
commit3227565cfdeabcb06eede914d38c8729e6ff1434 (patch)
tree9ee4589cd669d497f09fe2e0992b5c2bcf7f2073 /midx.h
parentmulti-pack-index: write pack names in chunk (diff)
downloadgit-3227565cfdeabcb06eede914d38c8729e6ff1434.tar.xz
git-3227565cfdeabcb06eede914d38c8729e6ff1434.zip
midx: read pack names into array
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/midx.h b/midx.h
index 38af01fa3b..17b56172e3 100644
--- a/midx.h
+++ b/midx.h
@@ -16,6 +16,7 @@ struct multi_pack_index {
const unsigned char *chunk_pack_names;
+ const char **pack_names;
char object_dir[FLEX_ARRAY];
};