aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/mapped_file.h
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-03-21 20:30:12 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-21 20:32:06 -0700
commitf572845d04c579e81b2dc78e8efeea12dc7dbee7 (patch)
tree068525bf67cfaec5ed1c4d384b9de7dd0c0b0da5 /third_party/ijar/mapped_file.h
parent2410e1ab3e035382abe519003c618271a69a7b8e (diff)
Include manifest size when presizing ijar output
PiperOrigin-RevId: 190010996
Diffstat (limited to 'third_party/ijar/mapped_file.h')
-rw-r--r--third_party/ijar/mapped_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ijar/mapped_file.h b/third_party/ijar/mapped_file.h
index 6db0673bae..7653638d5f 100644
--- a/third_party/ijar/mapped_file.h
+++ b/third_party/ijar/mapped_file.h
@@ -62,6 +62,7 @@ class MappedOutputFile {
const char* errmsg_;
bool opened_;
u1* buffer_;
+ u8 estimated_size_;
public:
MappedOutputFile(const char* name, u8 estimated_size);