diff options
author | Nicolas 'Pixel' Noble <pixel@nobis-crew.org> | 2013-01-21 20:21:45 -0800 |
---|---|---|
committer | Nicolas 'Pixel' Noble <pixel@nobis-crew.org> | 2013-01-21 20:21:45 -0800 |
commit | 9e0bfba20d159b2ae02f48ab2de6a5c118eba57f (patch) | |
tree | c28f8f447f83b55bcbb10e67f0abc3a044a731f2 /includes | |
parent | ebc46bf6b79bc818f55aa9f63294053b20bd6501 (diff) |
Fixing a few bugs in ZStream.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/ZHandle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/ZHandle.h b/includes/ZHandle.h index 8164853..f30da83 100644 --- a/includes/ZHandle.h +++ b/includes/ZHandle.h @@ -42,6 +42,9 @@ class ZStream : public Handle { COMPRESSING_IDLE, DECOMPRESSING, DECOMPRESSING_IDLE, + WRITING_FINISH, + COMPRESSING_FINISH, + COMPRESSING_FINISH_IDLE, CLOSING, } m_phase = IDLE; size_t m_total, m_count, m_compressed; |