diff options
Diffstat (limited to 'src/encode.h')
-rw-r--r-- | src/encode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encode.h b/src/encode.h index e11cb5b..69fa05b 100644 --- a/src/encode.h +++ b/src/encode.h @@ -108,6 +108,7 @@ struct internal_state { int k; /* splitting position */ int kmax; /* maximum number for k depending on id_len */ int flush; /* flush option copied from argument */ + int flushed; /* 1 if flushing was successful */ uint32_t uncomp_len; /* length of uncompressed CDS */ }; |