diff options
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; |