summaryrefslogtreecommitdiff
path: root/haskell/XDelta/Types.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/XDelta/Types.hsc')
-rw-r--r--haskell/XDelta/Types.hsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell/XDelta/Types.hsc b/haskell/XDelta/Types.hsc
index a0f2cfa..8a60805 100644
--- a/haskell/XDelta/Types.hsc
+++ b/haskell/XDelta/Types.hsc
@@ -113,6 +113,7 @@ data Config = Config
113 , sec_inst :: CompressorConfig -- ^ Secondary compressor config: inst 113 , sec_inst :: CompressorConfig -- ^ Secondary compressor config: inst
114 , sec_addr :: CompressorConfig -- ^ Secondary compressor config: addr 114 , sec_addr :: CompressorConfig -- ^ Secondary compressor config: addr
115 , smatch_cfg :: Either StringMatcher SMatchSelect -- ^ See enum: use fields below for soft config 115 , smatch_cfg :: Either StringMatcher SMatchSelect -- ^ See enum: use fields below for soft config
116 , chunk_size :: Usize_t -- ^ Suggested chunking size for streaming.
116 } 117 }
117 118
118pattern XD3_DEFAULT_WINSIZE = #const XD3_DEFAULT_WINSIZE 119pattern XD3_DEFAULT_WINSIZE = #const XD3_DEFAULT_WINSIZE