Commit f63c343f authored by Max Kellermann's avatar Max Kellermann

archive/bzip2: reorder fields to improve packing

parent 1a516e77
...@@ -58,10 +58,10 @@ public: ...@@ -58,10 +58,10 @@ public:
class Bzip2InputStream final : public InputStream { class Bzip2InputStream final : public InputStream {
std::shared_ptr<InputStream> input; std::shared_ptr<InputStream> input;
bool eof = false;
bz_stream bzstream; bz_stream bzstream;
bool eof = false;
char buffer[5000]; char buffer[5000];
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment