From 33bd2c9094e7f90a62cb59cdf5cf670ac58d5308 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Thu, 18 Apr 2024 14:54:34 +0200 Subject: Add support for zstd --- ot_mutex.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ot_mutex.h') 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 { TASK_FLAG_GZIP = 0x1000, TASK_FLAG_BZIP2 = 0x2000, - TASK_FLAG_CHUNKED = 0x4000, + TASK_FLAG_ZSTD = 0x4000, + TASK_FLAG_CHUNKED = 0x8000, TASK_TASK_MASK = 0x0fff, TASK_CLASS_MASK = 0x0f00, -- cgit v1.2.3