summaryrefslogtreecommitdiff
path: root/includes/ZHandle.h
diff options
context:
space:
mode:
authorNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-21 20:21:45 -0800
committerNicolas 'Pixel' Noble <pixel@nobis-crew.org>2013-01-21 20:21:45 -0800
commit9e0bfba20d159b2ae02f48ab2de6a5c118eba57f (patch)
treec28f8f447f83b55bcbb10e67f0abc3a044a731f2 /includes/ZHandle.h
parentebc46bf6b79bc818f55aa9f63294053b20bd6501 (diff)
Fixing a few bugs in ZStream.
Diffstat (limited to 'includes/ZHandle.h')
-rw-r--r--includes/ZHandle.h3
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;