diff options
Diffstat (limited to 'pack-objects.h')
-rw-r--r-- | pack-objects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pack-objects.h b/pack-objects.h index 90ad0a8f4f..d1b98b30ff 100644 --- a/pack-objects.h +++ b/pack-objects.h @@ -17,6 +17,7 @@ struct object_entry { enum object_type type; enum object_type in_pack_type; /* could be delta */ uint32_t hash; /* name hint hash */ + unsigned int in_pack_pos; unsigned char in_pack_header_size; unsigned preferred_base:1; /* * we do not pack this, but is available |