diff options
| author | Edward Thomson <ethomson@microsoft.com> | 2014-01-06 16:41:12 -0800 |
|---|---|---|
| committer | Edward Thomson <ethomson@microsoft.com> | 2014-01-14 09:45:14 -0800 |
| commit | 52a8a130728e29d8ac9d6e4f9e3a7017afe461fb (patch) | |
| tree | d66c68a786fe8b71462dd196cecee11c224e09e8 /src/pack-objects.h | |
| parent | 0ade2f7a5919d1953f679661a752c31328ccb90a (diff) | |
| download | libgit2-52a8a130728e29d8ac9d6e4f9e3a7017afe461fb.tar.gz | |
Packbuilder contains its own zstream
Diffstat (limited to 'src/pack-objects.h')
| -rw-r--r-- | src/pack-objects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pack-objects.h b/src/pack-objects.h index 0c94a5a7a..4647df75a 100644 --- a/src/pack-objects.h +++ b/src/pack-objects.h @@ -14,6 +14,7 @@ #include "hash.h" #include "oidmap.h" #include "netops.h" +#include "zstream.h" #include "git2/oid.h" #include "git2/pack.h" @@ -54,6 +55,7 @@ struct git_packbuilder { git_odb *odb; /* associated object database */ git_hash_ctx ctx; + git_zstream zstream; uint32_t nr_objects, nr_alloc, |
