summaryrefslogtreecommitdiff
path: root/ot_mutex.h
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2024-04-18 14:54:34 +0200
committerDirk Engling <erdgeist@erdgeist.org>2024-04-18 14:54:34 +0200
commit33bd2c9094e7f90a62cb59cdf5cf670ac58d5308 (patch)
tree9b5825b65a655953a605c3cc7525eb9456e686e6 /ot_mutex.h
parent160ba08074827f0ddecaf611dd9f9b15593be9c1 (diff)
Add support for zstd
Diffstat (limited to 'ot_mutex.h')
-rw-r--r--ot_mutex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ot_mutex.h b/ot_mutex.h
index 66b627f..cdfabc9 100644
--- a/ot_mutex.h
+++ b/ot_mutex.h
@@ -59,7 +59,8 @@ typedef enum {
59 59
60 TASK_FLAG_GZIP = 0x1000, 60 TASK_FLAG_GZIP = 0x1000,
61 TASK_FLAG_BZIP2 = 0x2000, 61 TASK_FLAG_BZIP2 = 0x2000,
62 TASK_FLAG_CHUNKED = 0x4000, 62 TASK_FLAG_ZSTD = 0x4000,
63 TASK_FLAG_CHUNKED = 0x8000,
63 64
64 TASK_TASK_MASK = 0x0fff, 65 TASK_TASK_MASK = 0x0fff,
65 TASK_CLASS_MASK = 0x0f00, 66 TASK_CLASS_MASK = 0x0f00,