diff options
Diffstat (limited to 'src/pack-objects.h')
-rw-r--r-- | src/pack-objects.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pack-objects.h b/src/pack-objects.h index cefee40ef..53c9f5d45 100644 --- a/src/pack-objects.h +++ b/src/pack-objects.h @@ -73,7 +73,10 @@ struct git_packbuilder { git_oidmap *walk_objects; git_pool object_pool; +#ifndef GIT_DEPRECATE_HARD git_oid pack_oid; /* hash of written pack */ +#endif + char *pack_name; /* name of written pack */ /* synchronization objects */ git_mutex cache_mutex; |